convert raw count to seurat object
0
0
Entering edit mode
17 months ago
Rimanpreet • 0

I am trying to create a seurat object from raw.tsv.gz file, downloaded from GEOexpression (GSE158769). I tried to read it f1<-read.delim("GSE158769", stringsAsFactors=F, header=T) f1 f2<-createseuratobject(counts=f1) f2

It takes forever to open and read. I tried several times, please help me with this.

seurat • 492 views
ADD COMMENT
0
Entering edit mode

You should instead use fread from data.table.

ADD REPLY

Login before adding your answer.

Traffic: 2549 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6