Thank you for your suggestion. the paper wasnt on ncbi. however, i was able to search key words and found the paper. I have see that the reads were non-strand. Thank you
How do I determine if an mRNA was made with strand or non strand method?
HI, I am trying to figure out if my transcriptomic data (downloaded from ncbi) was made using strand or non strand method. This information was not provided alongside the download page. Is there a way I can do this using the fastq file? Thanks
• 1,510 views
•
link
2 answers
Use infer_experiment.py from RSeQC after you align the data : RSeQC Output from infer_experiment.py - what does it mean?
• 0 views
•
link
You could quantify your data against a reference transcriptome with salmon and use the library type to automatic detection -l A. It will tell you then the most likely library type. Did you check the publication (if there is one) towards the method section / kit they used?
• 0 views
•
link
• 0 views
•
link
Log in to answer this question.
You can align it as a stranded library and look at the alignments on a genome browser. If the library was actually unstranded, you will see a roughly 50/50 split between the strands in the alignments at any given location/gene, but if the library was stranded then you will see a strong bias towards the strand that the gene is on.