library(Seurat)library(tibble)library(magrittr)library(patchwork)#Readindatadata<-data.table::fread("~/Downloads/~.txt.gz",data.table=F)#Genenamesareinthefirstcolumnsoweneedtomovethemtorownamesdata<-data%>%column_to_rownames("GENE")#CreateSeuratNT1<-CreateSeuratObject(counts=data,min.cells=3,min.features=350,project="NT1")data2<-data.table::fread("...[
阅读全文]