lweasel / piquant

A pipeline to assess the quantification of transcripts.
http://piquant.readthedocs.org/en/latest/
MIT License
19 stars 4 forks source link

Incorporate "read noise" as a quantification parameter #44

Closed lweasel closed 9 years ago

lweasel commented 10 years ago

Investigation of real RNA-seq data alongside MAQC TaqMan qPCR measurements shows that reads originating from introns and (to a lesser extent?) intergenic regions are a significant confounding factor in transcript quantification.

One way I can see of incorporating some kind of simulation of this into piquant is to add a "noise read depth percentage" quantification parameter, and specify a "noise reads" GTF file (e.g. that consists of "transcripts" consisting of a single exon spanning the whole of each original transcript, i.e. including the intronic regions). The noise read depth percentage controls the depth of reads simulated from this second GTF file, as a fraction of the read depth of the main transcript GTF file.

lweasel commented 10 years ago

Last comment referenced wrong issue.

lweasel commented 10 years ago

Fixed, needs documenting before merging to master.