How to know library types of public datasets ?
3
1
Entering edit mode
5.8 years ago
Angelique ▴ 10

Good morning,

I want to analyse public SHort Read archive from an RNA-seq experiment. I am trying to quantify them using sailfish. it is needed to provide the library type as an argument : -l "<libtype>" But I only that my data are paired-end ( dataset GSE89063) How can I know what to write for this argument ? Thanks a lot

Have a good day

RNA-Seq pseudo-alignment sailfish • 2.2k views
ADD COMMENT
0
Entering edit mode

Is there a reason you use Sailfish and not Salmon, which is more recent, and has an option to detect the library type?

ADD REPLY
0
Entering edit mode

I already tried salmon, I wanted to compare the results between Salmon and Sailfish

ADD REPLY
2
Entering edit mode
5.8 years ago
ferozef ▴ 20

Hi, You can also check by performing some steps to know the strand specificity, please check the link below.

http://onetipperday.sterding.com/2012/07/how-to-tell-which-library-type-to-use.html

Hope it works with you.

ADD COMMENT
1
Entering edit mode
5.8 years ago
pbpanigrahi ▴ 420

Excellent resource to read

Unstranded

Kits:

TruSeq RNA Sample Prep kit

Parameters:

  • HISAT2 / TopHat / Cufflinks / Cuffdiff: library-type fr-unstranded
  • HTSeq: stranded -- no

Directional, first strand:

Kits

  • All dUTP methods, NSR, NNSR
  • TruSeq Stranded Total RNA Sample
  • Prep Kit TruSeq Stranded mRNA Sample Prep Kit
  • NEB Ultra Directional
  • RNA Library Prep Kit Agilent SureSelect Strand-Specific

Parameters:

  • HISAT2 / TopHat / Cufflinks / Cuffdiff: library-type fr-firststrand
  • HTSeq: stranded -- reverse

Directional, second strand:

Kits:

  • Directional Illumina (Ligation), Standard SOLiD
  • ScriptSeq v2 RNA-Seq Library Preparation Kit
  • SMARTer Stranded Total RNA
  • Encore Complete RNA-Seq Library Systems
  • NuGEN SoLo

Parameters:

  • HISAT2 / TopHat / Cufflinks / Cuffdiff: library-type fr-secondstrand
  • HTSeq: stranded -- yes

So first go to SRA and check which protocol they have used, whether strand specific or not. If strand specific, then which strand, that you can know by the kit they use.

Hope this helps

ADD COMMENT
0
Entering edit mode

Thanls a lot I am goind to take a look at this ressource

ADD REPLY
0
Entering edit mode
5.8 years ago
apaytuvi ▴ 40

For that, we follow the approach AIR (https://transcriptomics.sequentiabiotech.com) uses. You should need a BAM file and an annotation file (BED file with the exon coordinates and the corresponding strand). Afterwards, you can use:

http://rseqc.sourceforge.net/#infer-experiment-py

To know whether the data is stranded or unstranded.

ADD COMMENT
0
Entering edit mode

Please do not use the forum to advertise your product, especially one that is not FOSS.

ADD REPLY

Login before adding your answer.

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