...种或者参考基因组较差物种,三代转录组文章一般都挖掘数据写论文呢?下面我们一起学习一篇2018年7月发表在BMC Genomics上题为:Full-length transcriptome sequences and the identification of putative genes for flavonoid biosynthesis in safflower 的红花三...
...ting is important, do not omit.
options(stringsAsFactors = FALSE)
#读取数据,删除第一列GeneSymbol
datExpr = read.table(expr_file,header=T,row.names=1,comment.char = "",check.names=F)
datExpr = datExpr[,-1]
# Take a quick look at what is in the data set
dim(datExpr)
#################...