Announcement

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

  • CummeRbund shows 95% NAs for gene lists

    Code:
    cuff_data = readCufflinks(dir=paste0(getwd(),"/../cuffdiff/"), 
                              gtfFile = paste0(getwd(),"/../cuffmerge/merged.gtf"), 
                              genome="hg19", rebuild=F)
    
    #get significant IDs
    diffGeneIDs = getSig(cuff_data, level="genes", alpha=0.05)
    
    diffGenes = getGenes(cuff_data, diffGeneIDs)
    
    featureNames(diffGenes)[1:40,]
    tracking_id gene_short_name
    1 XLOC_000265 CROCC
    2 XLOC_000328 ALPL
    3 XLOC_000443 SYTL1
    4 XLOC_000679 ARTN
    5 XLOC_000938 RNU6-387P
    6 XLOC_001003 FAM73A,RNA5SP21
    7 XLOC_001244 GSTM1,GSTM2
    8 XLOC_001530 ADAMTSL4,AL356356.1,MIR4257
    9 XLOC_001735 FCER1A
    10 XLOC_001988 AXDND1
    11 XLOC_002089 RGS1
    12 XLOC_002211 NFASC,RP11-494K3.2
    13 XLOC_002282 HHAT,KCNH1
    14 XLOC_002522 RYR2
    15 XLOC_002961 PLA2G2A
    16 XLOC_003294 SLC2A1
    17 XLOC_003772 MIR137HG
    18 XLOC_004252 ASH1L,ASH1L-IT1,MIR555
    19 XLOC_004467 RP1-117P20.3,SELE
    20 XLOC_004799 CR1L
    21 XLOC_004802 CD34
    22 XLOC_004843 <NA>
    23 XLOC_005255 <NA>
    24 XLOC_005256 <NA>
    25 XLOC_005257 <NA>
    26 XLOC_005263 <NA>
    27 XLOC_005264 <NA>
    28 XLOC_005265 <NA>
    29 XLOC_005273 <NA>
    30 XLOC_005276 <NA>
    31 XLOC_005277 <NA>
    32 XLOC_005288 <NA>
    33 XLOC_005291 <NA>
    34 XLOC_005292 <NA>
    35 XLOC_005293 <NA>
    36 XLOC_005294 <NA>
    37 XLOC_005322 <NA>
    38 XLOC_005331 <NA>
    39 XLOC_005332 <NA>
    40 XLOC_005333 <NA>
    41 XLOC_005336 <NA>

    Code:
    mean(is.na(as.vector(featureNames(diffGenes)[2])))
    [1] 0.9691279

    This is human data and I have used the same GTF / genome data throughout, so why are so few genes labeled? Only about 3% of the total 6284 differentially expressed genes have labels.
    I have followed the protocol in the nature paper (tophat -> cufflinks -> cuffmerge -> cuffdiff)

    Thanks
    Last edited by bjackson; 05-11-2015, 05:55 PM.

  • #2
    Still looking through this data set. I have 194 named differentially expressed genes. What is the 'normal' amount of differentially expressed genes that you would expect? I know it can vary a lot based on how different the conditions are, but is this in the range of possibility? A lot of the unnamed bits are small chunks or exons. Does this sound like it might be a true result instead of an error in annotation?

    Comment

    Latest Articles

    Collapse

    • seqadmin
      Advanced Tools Transforming the Field of Cytogenomics
      by seqadmin


      At the intersection of cytogenetics and genomics lies the exciting field of cytogenomics. It focuses on studying chromosomes at a molecular scale, involving techniques that analyze either the whole genome or particular DNA sequences to examine variations in structure and behavior at the chromosomal or subchromosomal level. By integrating cytogenetic techniques with genomic analysis, researchers can effectively investigate chromosomal abnormalities related to diseases, particularly...
      09-26-2023, 06:26 AM
    • seqadmin
      How RNA-Seq is Transforming Cancer Studies
      by seqadmin



      Cancer research has been transformed through numerous molecular techniques, with RNA sequencing (RNA-seq) playing a crucial role in understanding the complexity of the disease. Maša Ivin, Ph.D., Scientific Writer at Lexogen, and Yvonne Goepel Ph.D., Product Manager at Lexogen, remarked that “The high-throughput nature of RNA-seq allows for rapid profiling and deep exploration of the transcriptome.” They emphasized its indispensable role in cancer research, aiding in biomarker...
      09-07-2023, 11:15 PM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, Today, 07:14 AM
    0 responses
    6 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 09-29-2023, 09:38 AM
    0 responses
    13 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 09-27-2023, 06:57 AM
    0 responses
    13 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 09-26-2023, 07:53 AM
    0 responses
    30 views
    0 likes
    Last Post seqadmin  
    Working...
    X