Entering edit mode
6.3 years ago
Paragon
▴
10
Hello!
I have barcodes.tsv, genes.tsv and matrix.mtx files. I want to generate a sample scRNA counts files using R.
Thanks!
Additionally, if you know how you will be analyzing the data, you may want to check the instructions for that pipeline. Many single-cell analysis packages now include a function to read 10x matrix and convert it to the most appropriate format for that package.
Thank you very much.
Thanks! I'm new in R. May I know how I set the row labels from genes.tsv?
please provide the steps you followed to this, I am also new to this. I will be grateful.
help(row.names)
andhelp(read.csv)