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
          Techniques and Challenges in Conservation Genomics
          by seqadmin



          The field of conservation genomics centers on applying genomics technologies in support of conservation efforts and the preservation of biodiversity. This article features interviews with two researchers who showcase their innovative work and highlight the current state and future of conservation genomics.

          Avian Conservation
          Matthew DeSaix, a recent doctoral graduate from Kristen Ruegg’s lab at The University of Colorado, shared that most of his research...
          03-08-2024, 10:41 AM
        • seqadmin
          The Impact of AI in Genomic Medicine
          by seqadmin



          Artificial intelligence (AI) has evolved from a futuristic vision to a mainstream technology, highlighted by the introduction of tools like OpenAI's ChatGPT and Google's Gemini. In recent years, AI has become increasingly integrated into the field of genomics. This integration has enabled new scientific discoveries while simultaneously raising important ethical questions1. Interviews with two researchers at the center of this intersection provide insightful perspectives into...
          02-26-2024, 02:07 PM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 03-14-2024, 06:13 AM
        0 responses
        33 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 03-08-2024, 08:03 AM
        0 responses
        72 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 03-07-2024, 08:13 AM
        0 responses
        81 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 03-06-2024, 09:51 AM
        0 responses
        68 views
        0 likes
        Last Post seqadmin  
        Working...
        X