摘要:
samtools: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory 使用conda 安装samtools,使用sam 阅读全文
摘要:
Matrices and Data Frames Matrices and Data Frames 用于储存表格类型的数据。其中Matrices存储的数据只能包含一种类型,而Data Frames可以包含多种数据类型。 一个vector可以转换成matrix,通过函数dim()设置其维度。 > v 阅读全文
摘要:
Missing Values 缺失值在统计和数据分析中起着重要作用。通常,不能忽略数据中存在的缺失值,而应该仔细研究它们,看是其否存在造成这些缺失值的潜在模式或原因。 在R中用NA表示任意值是'not available' or 'missing' (in the statistical sense 阅读全文