What is the Difference Between Within Gene Isoform Frequency and Global Isoform Frequency?
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Gene-based and transcriptome-based profiling
written by Chris •Hello bioinformaticians, -Would you please explain what gene-based profiling means? -What is the difference between human genome mapping (mapping to Hg38) vs human transcriptome mapping …
-
What is the difference between differential isoform usage and isoform switch?
written by peris_baba •Hi All, What is the difference between isoform usage and isoform switching? What is the biological difference between this two term? What I understand isoform …
-
Differential gene expression analysis vs disease-gene expression association
written by SaraHi All! Can anybody help me to understand what is the difference between differential gene expression analysis vs disease-gene expression association analysis? Any help is …
-
Difference between proper paired reads and mapped and paired reads
written by bio_student •Hi, I am using *samtools stats* to get some information about my genome. Can anybody explain to me the difference between *reads mapped and paired* …
-
cummeRbund grouping by TSS / CDS / Isoforms
written by corendI am working on RNA-seq data with `cufflinks`. I now use `cummeRbund` to analyze my results. `cummeRbund` performs expression quantification between genes / isoforms / …
-
Meaning of Per sequence quality scores in FastQC
written by khatami.s.83 •Hi all, Can anybody help me to understand the meaning of Per sequence quality scores in FastQC analysis? . The y-axis, what is mean? anybody …
-
difficulty in underestanding terms and graphs
written by DavidP •Hi everyone, I just started my PhD in bioinformatics and specifically alternative splicing using RNA-seq, my background is computer science. I have two big issues …
-
PhastCons score and LOD
written by lomolith •Hi everyone. I have a question during I trying to understand phastCons output. Can anybody explain me what different between phastCon's conservation score and LOD? …
-
How To Map Ucsc Mrna Isoforms To Gene ?
written by jack •<p>I have isoform expression file of human cancer from TCGA. I want to map all this isoform to gene, in other word, I want to …
-
Over Representation Vs Enrichment Analysis
written by jack •<p>Hi everyone,</p> <p>would someone explain me what is the difference between representation vs enrichment analysis of genes ? is there any book or paper to …
Can you give an example of where "global isoform frequency" is used? I'm not sure how to interpret that out of context.
For each simulation set, we computed abundance estimates with the tested methods and measured the accuracy of the transcript fraction estimates using the median percent error (MPE), error fraction (EF), and false positive (FP) statistics that we used previously [7]. The MPE is the median of the percent errors of the estimated values from the true values. The 10% EF is the fraction of transcripts for which the percent error of the abundance estimate is greater than 10%. Lastly, the FP statistic is the fraction of transcripts with true abundance less than 1 TPM that are predicted to have abundance of at least 1 TPM. These statistics were calculated for three levels of estimates: (1) gene relative abundances, (2) global isoform relative abundances, and (3) within-gene isoform relative abundances. http://www.biomedcentral.com/1471-2105/12/323
Hmm, it's still a bit unclear even after reading the RSEM paper. They only use "within isoform frequency" in the context of talking about Miso, which I've never used. RSEM/Cufflinks/etc. output RPKM/FPKM metrics for each isoform or gene, which would seem to be a reasonable example of global isoform frequency. My only guess would be that Miso doesn't (or at least previously didn't) do that, perhaps instead outputting a percentage of each isoform (e.g., within gene "Foo", isoform A is 30%, isoform B is 50% and isoform C is 20%). Hopefully someone who's used Miso will end up reading this and be able to provide more insight.