Detecting random distribution of reads in ORF from the assembled transcripts
1
0
Entering edit mode
8.6 years ago
seta ★ 1.9k

Hi all,

I read in a paper (http://www.ncbi.nlm.nih.gov/pubmed/25881092) that the authors assessed the sequencing bias via detecting random distribution of reads in ORF from the assembled transcripts to evaluate the assembly quality. Could anybody please let me know how I can do such a assessment?

Thanks

random-distribution Evaluation Assembly ORF • 1.7k views
ADD COMMENT
0
Entering edit mode

you need to link 'a paper', while waiting for answers read the Methods section of the paper.

ADD REPLY
0
Entering edit mode

Of course, I read material section, but has not been mentioned.

ADD REPLY
0
Entering edit mode
8.6 years ago
Michael 54k

You are referring to Figure 1b? http://www.biomedcentral.com/1471-2164/16/298/figure/F1

This is just the number of reads over the relative read length. Divide each predicted ORF into 10 equally sized bins, count the reads in the bin, and sum up the bins. They use this only to show that there is no positional bias in ORF coverage.

ADD COMMENT
0
Entering edit mode

Thanks Michael. Is it possible to help me for the required commands or tool to this task?. In your professional view, this parameter is really of the criteria of high quality assembly?

ADD REPLY
0
Entering edit mode

Well, that's quite easy to build in R, what's your input data? You need to map back reads to contigs in BAM/SAM format, ORF coordinates on contigs in GFF format. If you want help with your task you need to post example data and what you have tried already.

ADD REPLY
0
Entering edit mode

With respect to how good this is to evaluate an assembly, I think it doesn't show much at all.

ADD REPLY
0
Entering edit mode

OK, Thanks for your comments

ADD REPLY

Login before adding your answer.

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