This is a test version of Biostars. For the public version, visit https://www.biostars.org.
scRNA-seq data analysis - R

Hi! Could anyone suggest some tutorial how to do scRNA-seq data analysis in R given files:

  • .tsv with barcodes
  • .tsv with features
  • and .mtx matrix

I am new in this and I will appreciate any help.

scrna-seq r

2 answers

The best resource: https://bioconductor.org/books/release/OSCA/

Please google for loading mtx into R (hint, it is the readMM function from the Matrix package).

Log in to answer this question.