Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • rflrob
    Member
    • May 2010
    • 50

    Cufflinks not masking features in the mask GTF file?

    Hi all,
    I'm running cufflinks with the mask option:
    Code:
       cufflinks --num-threads 50 --output-dir analysis-multi/CaS3A -u -M Reference/AAA/suspect.gtf  --frag-bias-correct Reference/AAA/mel_only.fa  -G Reference/AAA/mel_only.gtf analysis-multi/CaS3A/assigned_dmel_rescued.bam
    but I still end up with, for instance, relatively high (and variable) FPKMs in mitochondrial genes, which should be filtered out from the reads.

    Code:
    $ grep mt:tRNA:K mel_only.gtf
    dmel_dmel_mitochondrion_genome	FlyBase	exon	3768	3838	.	+	.	transcript_id "FBtr0100864"; gene_id "FBgn0013697"; gene_name "mt:tRNA:K";
    $ grep mt:tRNA:K suspect.gtf
    dmel_dmel_mitochondrion_genome	FlyBase	exon	3768	3838	.	+	.	transcript_id "FBtr0100864"; gene_id "FBgn0013697"; gene_name "mt:tRNA:K";
    I did find an old, essentially un-answered post on this forum mentioning a similar issue; anyone have any other deep insight?
  • pengchy
    Senior Member
    • Feb 2009
    • 116

    #2
    I have compared the speed of running with " -M -g " parameters and without them.
    The "without" group only lasted 3-5 hours, but the "with" group have been running 48 hours without any output.

    Comment

    • sschavan
      Junior Member
      • Oct 2012
      • 7

      #3
      cufflinks masking option for mitochondrial genes

      Hi all,

      I have a similar problem, I tried using the cufflinks masking option for mitochondrial genes using the below command:

      cufflinks --mask-file=/illumina/genomes/Homo_sapiens/Ensembl/GRCh37/Annotation/Genes/mask_MR.gtf -o . -p 6 -g /illumina/genomes/Homo_sapiens/Ensembl/GRCh37/Annotation/Genes/genes.gtf -u ../tophat_HS034/accepted_hits.bam

      In the resultant cufflinks output file, genes.fpkm_tracking and isoforms.fpkm_tracking I see that the MT were still present so I couldn't get the masking option to work

      I also tried both -g / -G , didn't work for them too. I wasn't sure if I am doing something incorrectly.

      I was wondering if there is anyone who could get masking option to work and could provide any guidance, that would be highly appreciated.

      Thanks
      Shweta

      Comment

      • sindrle
        Senior Member
        • Aug 2013
        • 266

        #4
        Can I ask how you created this file?

        /illumina/genomes/Homo_sapiens/Ensembl/GRCh37/Annotation/Genes/mask_MR.gtf

        Comment

        • sschavan
          Junior Member
          • Oct 2012
          • 7

          #5
          I just 'awk' the lines having Chromosome column value as "MT" from the genes.gtf file to get a subset of mitochondrial entries. I obtained a subset from the Ensembl gtf file, which had "MT" as Chromosome in the column1.

          awk -F "\t" '$1=="MT"{print }' < genes.gtf > mask_MR.gtf

          Shweta

          Comment

          Latest Articles

          Collapse

          • SEQadmin2
            Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
            by SEQadmin2


            Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

            The systematic characterization of the human proteome has
            ...
            07-20-2026, 11:48 AM
          • SEQadmin2
            Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
            by SEQadmin2



            Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
            ...
            07-09-2026, 11:10 AM
          • SEQadmin2
            Cancer Drug Resistance: The Lingering Barrier to Rising Survival
            by SEQadmin2



            Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

            There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
            07-08-2026, 05:17 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, 07-20-2026, 11:10 AM
          0 responses
          18 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-13-2026, 10:26 AM
          0 responses
          33 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-09-2026, 10:04 AM
          0 responses
          44 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-08-2026, 10:08 AM
          0 responses
          30 views
          0 reactions
          Last Post SEQadmin2  
          Working...