Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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?

  • #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


    • #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


      • #4
        Can I ask how you created this file?

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

        Comment


        • #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

          • seqadmin
            Recent Advances in Sequencing Analysis Tools
            by seqadmin


            The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
            05-06-2024, 07:48 AM
          • seqadmin
            Essential Discoveries and Tools in Epitranscriptomics
            by seqadmin




            The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
            04-22-2024, 07:01 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, Today, 06:35 AM
          0 responses
          12 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, Yesterday, 02:46 PM
          0 responses
          18 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-07-2024, 06:57 AM
          0 responses
          17 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-06-2024, 07:17 AM
          0 responses
          18 views
          0 likes
          Last Post seqadmin  
          Working...
          X