convert raw count to seurat object
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.
• 885 views
•
link
0 answers
No answers yet.
Log in to answer this question.
You should instead use
freadfromdata.table.