This is a test version of Biostars. For the public version, visit https://www.biostars.org.
SRA dataset to Seurat Object

I have this dataset downloaded in fasta files using SRA toolkit in windows.

How can I

  1. merge all lane1 (fasta1) files into 1 file?
  2. merge all lane 2 (fasta2) files into 1 file?
  3. use the above merge files in RNAStarsolo?

Basically, I want to convert the above dataset into a Seurat object.

sratoolkit galaxy seurat 10x

you mean in FASTQ format, right? And for each sample you have two FASTQ files, why would you merge them?

i have 35 samples . so each sample has two .fasta files so how can I read them into seurat as one object ?

You mean FASTQ files. You have to process them before getting into Seurat. You have to align those reads first, then annotate them, and finally generate the sparse matrix for each sample. Once you get the matrices, you can then load them into Seurat. Check their paper to see how they processed the raw data, they should indicate what is the tool used to generate the matrices.

0 answers

No answers yet.

Log in to answer this question.