well i don't know. In fact I find it kinda strange that the flag=19 alignment holds mismatch=3, but flag=83 alignment holds mismatch=1. Can a sequence map to one location but with different mismatches?
Unconfigured Ad
Collapse
X
-
-
so your files show that it is for sure mapping the same read to multiple locations. if that's the case then what i have to do is scan my sam files and create a count myself filtering out duplicates. then i can use that count to calculate my percentages./* Shawn Driscoll, Gene Expression Laboratory, Pfaff
Salk Institute for Biological Studies, La Jolla, CA, USA */
Comment
-
To answer the original question: the accepted_hits.sam file may contain more than alignment for each read, as long as they are "equally good" according to TopHat. The specific rules for determining goodness of an alignment will be added to the manual when I get to time to do it. Briefly, TopHat prefers to map mates within a gene's length of each other, contiguously over spliced, and with as few mismatches as possible. These rules aren't perfect, but they work well for me. So to get the actual percentage of source reads that map, you'll need to awk out the unique list of read ids from the SAM file (adding back the /1 and /2 as necessary), and then diff that against the ids from your FASTQ file.Originally posted by sdriscoll View PostHey Cole - would it be possible in an upcoming release of Cufflinks for you to write the gene expression files with all genes from the GTF file and not only those that have non-zero expressions? In order for one to compare one set to another it would be helpful to have consistent row alignments between those sets of gene expression files. I've written a script to do this already but I feel like it would be a great help for people using this program who don't code.
Just to clarify my question at the top of the thread - and I'm not sure you addressed it - is there a way to determine the percentage of source reads that were successfully aligned? Or does the accepted_hits.sam file contain only unique read alignments (one alignment max per read)? For example when my lab got it's first set of sequencing done they had the alignment run with ELAND which produced a table that showed us this percentage. If you could explain a way I could figure that out from the output files it would be a big help.
Thanks!
A quick question about Cufflinks. I've got output from several data files in the same experiments where we are comparing wild type mice to mutant mice and while comparing the gene expressions I see a lot of the time the expression values for genes that should be similar between two samples jump to other isoforms of the gene. For example I've seen a value of 50 on a gene at a certain isoform and then in the next lane that value of 50 is in a different isoform. What we are wondering is if that is something we should ignore and just interpret the expression of that gene to be the same...but if that is the case then when we are comparing the mutant to the wild type, and we don't have that control, how can we trust that the differences in expression are actual differences or just these isoform jumping events?
To answer your other questions:
1) About the GTF files: I don't understand - isn't cuffcompare already matching these guys up for you?
2) About the differential expression vs. differential splicing. This kinds of analysis comes with a somewhat complicated statistics problem that we are still addressing. I hope to have a tool (and associated documentation explaining our thinking and approach) added to the Cufflinks distribution in a few weeks that handles this. Keep an eye on the site. I can't say too much more about this right now.
Comment
Latest Articles
Collapse
-
by SEQadmin2
The immune system’s power comes from its genetic diversity, allowing myriad threats to be neutralized through first recognizing foreign antigens. That diversity is also what makes the immune system so difficult to study. Recent advances in sequencing technology and computational biology, however, are giving researchers new tools to understand immune responses and immune-related diseases in greater detail.
This convergence of genetics, immunology, and computation...-
Channel: Articles
09-01-2026, 05:41 AM -
ad_right_rmr
Collapse
News
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SEQadmin2, 09-03-2026, 10:22 AM
|
0 responses
22 views
0 reactions
|
Last Post
by SEQadmin2
09-03-2026, 10:22 AM
|
||
|
Started by SEQadmin2, 09-02-2026, 12:32 PM
|
0 responses
23 views
0 reactions
|
Last Post
by SEQadmin2
09-02-2026, 12:32 PM
|
||
|
Started by SEQadmin2, 08-24-2026, 10:32 AM
|
0 responses
53 views
0 reactions
|
Last Post
by SEQadmin2
08-24-2026, 10:32 AM
|
||
|
Started by SEQadmin2, 08-20-2026, 11:17 AM
|
0 responses
51 views
0 reactions
|
Last Post
by SEQadmin2
08-20-2026, 11:17 AM
|
Comment