R awesome

版权声明:欢迎交流:[email protected] https://blog.csdn.net/luo617/article/details/82432302
# 在dataframe取一列数据,保留df类型,可加(drop)参数
otutable_gp[otu_name,,drop=F]
read.table(factorfile,sep = '\t',header = T,colClasses=c('factor'),
           comment.char = '' #保留井号注释行,
           )

猜你喜欢

转载自blog.csdn.net/luo617/article/details/82432302