This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Which method works best for analysing ONE sample of scRNA-seq data?

Hello, I currently have a single-cell RNA-seq (scRNA-seq) data of a single person (sample) and i want to perform DE analysis. However, when I run the DESeq() in the DESeq2 package, it shows an error about only one sample is not allowed. What are some alternative to this? Thank you in adcance.

analysis rna gene r dna

What do you want to compare?

1 answer

DESEq2 is design to analyse bulk RNA-Seq. For single-cell have a look at seurat, monocle3 or scanpy. I am sure there are more packages available, but these are the one I used and known.

Log in to answer this question.