摘要:
?unlist Given a list structure x, unlist simplifies it to produce a vector which contains all the atomic components which occur in x.unlist(v.row)[1] 阅读全文
摘要:
Generate a random number between 5.0 and 7.5x1 <- runif(1, 5.0, 7.5) # 参数1表示产生一个随机数x2 <- runif(10, 5.0, 7.5)# 参数10表示产生10个随机数Generate a random integer 阅读全文
摘要:
############################################ INSTALLMENT############################################ try http:// if https:// URLs are not supportedsou 阅读全文
摘要:
使用tophat和cufflinks计算RNA-seq数据的表达水平时,当一个基因在一个样本中有多个表达水平时需要合并它们的表达水平。 This code is a solution to collapsing duplicate FPKMs for a gene. CollapseFPKM Col 阅读全文