美文网首页
2021-06-10

2021-06-10

作者: 易烊千玺晨 | 来源:发表于2021-06-09 18:41 被阅读0次

    R语言安装cellchat和complexheatmap

    rm(list = ls())

    options(stringsAsFactors = FALSE)

    if (!requireNamespace("BiocManager", quiet = TRUE))

      install.packages("BiocManager")

    install.packages('Biobase')

    library(devtools)

    devtools::install_github('jokergoo/ComplexHeatmap')

    if (!requireNamespace("BiocManager", quietly = TRUE))

      install.packages("BiocManager")

    # The following initializes usage of Bioc devel

    BiocManager::install(version='devel')

    BiocManager::install("Biobase")

    devtools::install_github("sqjin/CellChat")

    #install_github('gertvv/gemtc')

    devtools::install_github('sqjin/CellChat')

    library(CellChat)

    相关文章

      网友评论

          本文标题:2021-06-10

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