装包

作者: rong酱 | 来源:发表于2021-06-11 09:24 被阅读0次
    BiocManager::install(“org.Hs.eg.db",force = TRUE)
    BiocManager::install("clusterProfiler") 
    BiocManager::install(c("ggplot2","ggtree","DESeq2"),force = TRUE)
    BiocManager::install('SummarizedExperiment')
    
    devtools::install_github('cole-trapnell-lab/monocle3')
    
    install.packages('tinytex')
    
    if(!require(devtools)) 
      install.packages("devtools")
    devtools::install_github("Coolgenome/iTALK", build_vignettes = TRUE)
    

    相关文章

      网友评论

          本文标题:装包

          本文链接:https://www.haomeiwen.com/subject/azibeltx.html