Three fastq files
1
0
Entering edit mode
11 weeks ago

Hi I'm trying to download data using the SRA toolkit:

prefetch SRR24516563

and then I used:

fastq-dump SRR24516563 -split-files

The output are three different files SRR24516563_1.fastq, SRR24516563_2.fastq and SRR24516563_3.fastq , this is from a paired end sequencing experiment (single-cell RNA seq), I'm planning to use Cell Ranger to align the reads, my question is: usually the output are 3 files, how do I knew which files should I use ? Should I use files _1 and _2 ?

thanks

fastq SRA cellranger • 584 views
ADD COMMENT
4
Entering edit mode
11 weeks ago
ATpoint 82k

It's very simple here by looking at the reads:

  • _1 is only few bp so it must be the index => ignore it
  • _2 is 28bp so it must be R1 with CB/UMI
  • _3 is 91 so that is R2 with the gene expression
ADD COMMENT
1
Entering edit mode

Note that you have to rename the files in order for cellranger to understand what is what.

https://www.10xgenomics.com/support/software/cell-ranger/latest/analysis/inputs/cr-specifying-fastqs

And yes, you can simply delete the very smallest file, it's just the sample index, and cellranger doesn't actually need it to be there.

ADD REPLY
0
Entering edit mode

This is a very naive question, since I'm new with this type of data, but how are able to tell the reads number, I tried looking at SRA webpage, but wasn't able to get further details.

thanks again

ADD REPLY
1
Entering edit mode

What do you mean by "reads number"? ATPoint is using their knowledge of single cell RNA-seq and read lengths to deduce which files you need to use.

ADD REPLY
1
Entering edit mode

If you look here you can see that there are three reads involved: https://trace.ncbi.nlm.nih.gov/Traces/?view=run_browser&acc=SRR24516563&display=metadata

ADD REPLY
0
Entering edit mode

Thank you for your reply !

ADD REPLY
1
Entering edit mode

A small educational note: if an answer was helpful, you should upvote it; if the answer resolved your question, you should mark it as accepted. You can accept more than one answer if they work. This will help future users that might find this post find the right answer.

upvote_bookmark_accept

ADD REPLY

Login before adding your answer.

Traffic: 2266 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6