My job ran out of all availabel memory when I used Cufflinks. My input file is the output from Tophat. Does anyone know how to split my input into smaller chunks or in some other way to reduce the the amount of memory my program allocates?
Unconfigured Ad
Collapse
X
-
Hey y'all,
I am having a similar problem: cufflinks on a 10BG+ bam file leads to huge memory usage (and subsequent job stop). zorph, your idea of runnign cufflinks on each chromosome separately sounds good. I wouldn't worry about it messing up your fpkm because it is probably wise not to use fpkm to quantify expression. Instead, use a normalization scheme based on edgeR or DESeq methods. Both programs come up with library size estimates that are robust against a few differentially expressed genes unlike fpkm.
So the flow would be:
1. split cufflinks runs by chromosome
2. use the output from cufflinks (transcripts.gtf) as your gene models, and then run an overlapping program (like bedops; http://code.google.com/p/bedops/) to get the RNA-seq counts for each gene
3. normalize the counts using DESeq or edgeR
4. do your statistical comparison (DESeq is good for this step, too; here is a really straight-forward vignette: http://bioconductor.org/packages/dev.../doc/DESeq.pdf)
cheers,
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
11 views
0 reactions
|
Last Post
by SEQadmin2
09-03-2026, 10:22 AM
|
||
|
Started by SEQadmin2, 09-02-2026, 12:32 PM
|
0 responses
16 views
0 reactions
|
Last Post
by SEQadmin2
09-02-2026, 12:32 PM
|
||
|
Started by SEQadmin2, 08-24-2026, 10:32 AM
|
0 responses
50 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