RNA-Seq:How to know RNA-seq data is Strand-Specific or not based on only fastq files available in public data repositories such as SRA?
5
0
Entering edit mode
5.3 years ago
ASid ▴ 40

How To Find RNA-seq data is Strand-Specific or not based on only fastq files from information available in public databases. I am looking for information because I might not know if such information is also deposited in public repositories. Right now I am interested in knowing this information about SRA/GEO dataset GSE72086?

rna-seq • 2.9k views
ADD COMMENT
3
Entering edit mode
5.3 years ago
Rob 6.5k

If you simply quantify the data with salmon using library type -l A, it will infer the most likely library format (stranded vs. unstranded) for you.

ADD COMMENT
1
Entering edit mode
5.3 years ago

If the library prep kit information is included, you can know from that. But it's probably easier to align and gauge strandedness empirically.

ADD COMMENT
1
Entering edit mode
5.3 years ago
GenoMax 141k

You will have to align the data (if the information about specificity can't be located). Then use infer_experiment.py included in RSeQC to find strandedness.

ADD COMMENT
0
Entering edit mode
4.3 years ago
Shicheng Guo ★ 9.4k

the best way should be infer_experiment.py in RSeQC.

pip install RSeQC 
infer_experiment.py -r knowngene.hg19.bed12 -i Aligned.sortedByCoord.out.bam

knowngene.hg19.bed12 is downloaded from table browse in UCSC and an example like this and knowngene.hg19.bed12 can be downloaded here

ADD COMMENT

Login before adding your answer.

Traffic: 3173 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