1. 导入数据,创建Seurat对象 library(Seurat) library(tidyverse) testdf=read.table("test_20210105.txt",header = T,row.names = 1) test.seu=CreateSeuratObject(counts = testdf) 看一下长什么样子 > test.seu An object of class Seurat 33538 features across 6746 samples within 1 assay Active assay...
1. 导入数据,创建Seurat对象 library(Seurat)library(tidyverse)testdf=read.table("test_20210105.txt",header=T,row.names=1)test.seu=CreateSeuratObject(counts=testdf) 看一下长什么样子 >test.seu An object of class Seurat33538features across6746samples within1assay Active assay:RNA(33538features)#①...
1. 导入数据,创建Seurat对象 library(Seurat) library(tidyverse) testdf=read.table("test_20210105.txt",header = T,row.names = 1) test.seu=CreateSeuratObject(counts = testdf) 看一下长什么样子 > test.seu An object of class Seurat 33538 features across 6746 samples within 1 assay Active assay...