Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • cummeRbund gene tracking

    Hello,

    I am having an issue with gene tracking in cummeRbund. The following happens:

    > genetrack <- makeGeneRegionTrack(myGene)
    Error in `[.data.frame`(features(object), , featCols) :
    undefined columns selected

    I am using an Ensembl gtf and have set

    > options(ucscChromosomeNames=FALSE),

    but no luck. I have also tried using the cummeRbund cufflinks data from the sample directory

    a<-readCufflinks(system.file("extdata", package="cummeRbund"))

    but still no luck. I have no issue analyzing 'myGene' or any other cummeRbund feature, so I assume I've accessed the data correctly. Any ideas on what the problem might be?

    Thanks.

  • #2
    Hi:
    any luck with
    genetrack<-makeGeneRegionTrack(myGene)


    > myGeneId<-"XLOC_000672"
    > myGene<-getGene(cuff,myGeneId)

    > head(features(myGene))
    [1] feature_id gene_id isoform_id seqnames source type start end score strand frame
    <0 rows> (or 0-length row.names)



    In merged.gtf file obtained after cuffmerge, I find that the same gene/transcript exists.

    chr1 Cufflinks exon 18164443 18164555 . - . gene_id "XLOC_000672"; transcript_id "TCONS_00000699"; exon_number "2"; gene_name "NM_001114847"; oId "NM_001114847"; nearest_ref "NM_001114847"; class_code "="; tss_id "TSS675"; p_id "P442";


    In that case why I see features(myGene) is empty.

    It is frustrating in deed.
    -Adrian

    Comment


    • #3
      It works this way!!!!

      cuff<-readCufflinks(gtfFile='myTranscriptome.gtf',genome='mm9',rebuild=T)



      Application of sequencing to RNA analysis (RNA-Seq, whole transcriptome, SAGE, expression analysis, novel organism mining, splice variants)

      Comment


      • #4
        Hello Adrian, I am struggling with this too, does that mean you have to have the gtf file and the genome? Do you use genome.fa ? genome after you run bowtie-build?

        Thanks

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Recent Developments in Metagenomics
          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...
          09-23-2024, 06:35 AM
        • seqadmin
          Understanding Genetic Influence on Infectious Disease
          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...
          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
        13 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 10-01-2024, 07:10 AM
        0 responses
        21 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 09-30-2024, 08:33 AM
        0 responses
        26 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 09-26-2024, 12:57 PM
        0 responses
        18 views
        0 likes
        Last Post seqadmin  
        Working...
        X