This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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.

seurat

You should instead use fread from data.table.

0 answers

No answers yet.

Log in to answer this question.