Advertisement

scMetabolism:全笼罩式代谢通路基因组测度智慧化服务

阅读量:
复制代码
 install.packages(c("devtools", "data.table", "wesanderson", "Seurat", "devtools", "AUCell", "GSEABase", "GSVA", "ggplot2","rsvd"))

    
  
    
 devtools::install_github("YosefLab/VISION")
    
 devtools::install_github("wu-yc/scMetabolism")
    
    
    
    
    AI写代码R
    
    运行
复制代码
 load(file = "pbmc_demo.rda")

    
  
    
 library(scMetabolism)
    
 library(ggplot2)
    
 library(rsvd)
    
    
    
    
    AI写代码R
    
    运行

quantify single cell metabolism in seurat

复制代码
 countexp.Seurat<-sc.metabolism.Seurat(obj = countexp.Seurat, method = "VISION", imputation = F

全部评论 (0)

还没有任何评论哟~