Originally posted by IrisZhu
View Post
Seqanswers Leaderboard Ad
Collapse
Announcement
Collapse
No announcement yet.
X
-
-
Originally posted by chrisbala View PostI have a similar situation (and I guess this is common) to have a large number of predicted transcripts from cufflinks.
I'm trying to adjust the pre-mrna fraction (-j) to see if this helps at all (as it seems that some of my transcripts are might be from premrna. )
does anyone else have any suggestions about how to filter out the junk? Afterall its sort of hard to know what junk is?
Low coverage stuff makes some sense. But is there a way in cufflinks to require that a transcript be represented by some # of reads in advance?
Are there any other filters that come to mind? Many of my dubious transcripts are very short, and unspliced, would it be too risky to filter on such features? hmmm probably yes.
Leave a comment:
-
* If you're using paired-end reads, check the cufflinks log to be sure they're aligned and recognized as PE. In other threads, that wasn't the case.
* Tune the anchor length and multiplicity (-a and -g) at the TopHat step. The defaults assume 36 bp single-end reads. For 72 bp PE, we found -a 16 -g 5 produced the best results.
* Provide a tRNA/rRNA mask file to Cufflinks. This will remove some high-coverage single exon transcripts from contamination.
* I, personally, have had success tweaking -A and -j, but not -F in Cufflinks
119k transcripts is not an unreasonable amount for single-end reads. Are you running with a reference annotation (-g in Cufflinks v1) to guide assembly?
Leave a comment:
-
Dear all,
I have a similar concern. I get 119021 transcripts model
In my case we have generate > 200 Million paired end reads so coverage should be high.
Have you managed to tune your tophat/cuffklinks pipeline to decrease the transcripts model?? And if yes, how?
In addition how do you evaluate the stats from cuffcompare? Here is an example of what I get.
# Query mRNAs : 119021 in 114586 loci (22194 multi-exon transcripts)
# (3456 multi-transcript loci, ~1.0 transcripts per locus)
# Reference mRNAs : 50278 in 31712 loci (44173 multi-exon)
# Corresponding super-loci: 14397
#--------------------| Sn | Sp | fSn | fSp
Base level: 47.9 30.7 - -
Exon level: 18.4 27.7 25.7 38.5
Intron level: 28.7 83.0 29.9 86.5
Intron chain level: 7.1 14.2 15.7 31.3
Transcript level: 0.0 0.0 0.1 0.0
Locus level: 9.7 2.7 14.2 3.9
Missed exons: 155159/300668 ( 51.6%)
Wrong exons: 77024/200099 ( 38.5%)
Missed introns: 162909/243880 ( 66.8%)
Wrong introns: 6774/84272 ( 8.0%)
Missed loci: 15952/31712 ( 50.3%)
Wrong loci: 67846/114586 ( 59.2%)
Total union super-loci across all input datasets: 82472
Olivier
Leave a comment:
-
How much coverage do you have?
If you have low coverage, and you're predicting transcripts de novo, cufflinks is going to give you a lot of transcripts (because many of your reads don't overlap another one).
-DG
Leave a comment:
-
Hi,
If providing a reference GTF file (-G option) is not "permitted/welcome" in your study, you should think about playing with following parameters:
--min-frags-per-transfrag <int> - by default is 10, increasing should produce less transcripts
-A/--small-anchor-fraction <0.0-1.0> - by default is 0.12, decreasing will take into consideration more reads falling on splice junctions -> less one exon transcripts; should help without producing FP transcripts especially for longer reads (>75bp) and paired-end
Leave a comment:
-
But you provided a gtf file ... We were talking about the transcriptome assembly.
Originally posted by dnusol View PostHi,
I used cufflinks for my Arabidopsis data using the TAIR .gtf file and I only got
41590 =
in my transcripts.tmap file so I don´t know if there is no new isoform that can be found
Leave a comment:
-
Hi,
I used cufflinks for my Arabidopsis data using the TAIR .gtf file and I only got
41590 =
in my transcripts.tmap file so I don´t know if there is no new isoform that can be found
Leave a comment:
-
In some cases, I have seen cufflinks give more 1 million transcript. But I checked the authors original paper, they only predicted less 30000 transcript ...
Leave a comment:
-
In my case it is even worse. I have a goal to discover alternative spliced genes using CuffLink. I took gene-by-gene approach and submitted only a fraction of the sam file that cover a region of the interest. So far I have got only 50% recovery of main RefSeq transcripts and lot of false-positive two-exon transcripts with score 1000. The only explanation I have is that I use bwa but not TopHat to align the reads.
Leave a comment:
-
filtering cufflinks transcripts
I have a similar situation (and I guess this is common) to have a large number of predicted transcripts from cufflinks.
I'm trying to adjust the pre-mrna fraction (-j) to see if this helps at all (as it seems that some of my transcripts are might be from premrna. )
does anyone else have any suggestions about how to filter out the junk? Afterall its sort of hard to know what junk is?
Low coverage stuff makes some sense. But is there a way in cufflinks to require that a transcript be represented by some # of reads in advance?
Are there any other filters that come to mind? Many of my dubious transcripts are very short, and unspliced, would it be too risky to filter on such features? hmmm probably yes.
Leave a comment:
-
Originally posted by GKM View PostCufflinks will report anything it sees, it is your job to filter the garbage out after that. Use cuffcompare to compare against the annotation, this will tell you which ones are known transcripts, novel isoforms of known genes and novel intergenic transcripts, and also which are things that you probably don't want to deal with like intronic leftovers, polymerase post-3' run on fragments, etc.
Also, note that Cufflinks will produce three values for each transcript - it's best guess FPKM estimate, and 95% confidence values on each side. For a lot of transcripts those three values will be 0, a very small number, and another very small, although somewhat bigger number. You probably want those out too if you want to be stringent.
The above should bring down the number of transcripts significantly.
this is from one dataset:
>>cut -f3 transcripts.tmap |sort|uniq -c
8646 =
56845 c
1 class_code
26512 e
230788 i
10697 j
8367 o
20707 p
212179 u
which makes me (actually not me, my boss) doubt if I use tophat/cufflinks properly or not. I would expect a much better recovery of the annotated transcripts since I got a very good coverage after mapping the same set of reads directly to the transcriptome with bowtie.Last edited by IrisZhu; 09-05-2010, 05:47 AM.
Leave a comment:
-
Cufflinks will report anything it sees, it is your job to filter the garbage out after that. Use cuffcompare to compare against the annotation, this will tell you which ones are known transcripts, novel isoforms of known genes and novel intergenic transcripts, and also which are things that you probably don't want to deal with like intronic leftovers, polymerase post-3' run on fragments, etc.
Also, note that Cufflinks will produce three values for each transcript - it's best guess FPKM estimate, and 95% confidence values on each side. For a lot of transcripts those three values will be 0, a very small number, and another very small, although somewhat bigger number. You probably want those out too if you want to be stringent.
The above should bring down the number of transcripts significantly.
Leave a comment:
-
cufflinks generated >400,000 transcripts??
I've tried using tophat and cufflinks on 3 different sets of data, at least two of which I know are of very high quality. I was surprised by the output of cufflinks --- it generated > 400,000 transcripts!!
Could anybody tell me how many transcripts you got from tophat - cufflinks pipeline?
Thank you in advance!
IrisTags: None
Latest Articles
Collapse
-
by seqadmin
Non-coding RNAs (ncRNAs) do not code for proteins but play important roles in numerous cellular processes including gene silencing, developmental pathways, and more. There are numerous types including microRNA (miRNA), long ncRNA (lncRNA), circular RNA (circRNA), and more. In this article, we discuss innovative ncRNA research and explore recent technological advancements that improve the study of ncRNAs.
[Article Coming Soon!]...-
Channel: Articles
Today, 08:07 AM -
-
by seqadmin
Metagenomics has improved the way researchers study microorganisms across diverse environments. Historically, studying microorganisms relied on culturing them in the lab, a method that limits the investigation of many species since most are unculturable1. Metagenomics overcomes these issues by allowing the study of microorganisms regardless of their ability to be cultured or the environments they inhabit. Over time, the field has evolved, especially with the advent...-
Channel: Articles
09-23-2024, 06:35 AM -
-
by seqadmin
During the COVID-19 pandemic, scientists observed that while some individuals experienced severe illness when infected with SARS-CoV-2, others were barely affected. These disparities left researchers and clinicians wondering what causes the wide variations in response to viral infections and what role genetics plays.
Jean-Laurent Casanova, M.D., Ph.D., Professor at Rockefeller University, is a leading expert in this crossover between genetics and infectious...-
Channel: Articles
09-09-2024, 10:59 AM -
ad_right_rmr
Collapse
News
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by seqadmin, 10-02-2024, 04:51 AM
|
0 responses
14 views
0 likes
|
Last Post
by seqadmin
10-02-2024, 04:51 AM
|
||
Started by seqadmin, 10-01-2024, 07:10 AM
|
0 responses
24 views
0 likes
|
Last Post
by seqadmin
10-01-2024, 07:10 AM
|
||
Started by seqadmin, 09-30-2024, 08:33 AM
|
1 response
31 views
0 likes
|
Last Post
by EmiTom
Today, 06:46 AM
|
||
Started by seqadmin, 09-26-2024, 12:57 PM
|
0 responses
19 views
0 likes
|
Last Post
by seqadmin
09-26-2024, 12:57 PM
|
Leave a comment: