Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • edgeR design: pool groups

    Hi,

    I am using edgeR post kallisto to look for DGE.

    I have RNAseq samples from 4 different tissue types and my design currently looks like this:

    > head(design)
    (Intercept) D.new$samples[, 1]CA Endothelium
    1 1 1
    2 1 1
    3 1 1
    4 1 1
    5 1 1
    6 1 1
    D.new$samples[, 1]CA Smooth Muscle D.new$samples[, 1]Coronary Artery
    1 0 0
    2 0 0
    3 0 0
    4 0 0
    5 0 0
    6 0 0
    ...

    attr(,"assign")
    [1] 0 1 1 1
    attr(,"contrasts")
    attr(,"contrasts")$`D.new$samples[, 1]`
    [1] "contr.treatment"


    So my four tissue types are Aorta (intercept), CA Endothelium, CA Smooth Muscle and Coronary Artery.

    As I understand I can compare gene expression between any tissue using:
    lrt.ECvsAo<-glmLRT(fit.new, contrast=c(1,-1,0,0))


    If I use this contrast
    lrt.ECvsAll<-glmLRT(fit.new, contrast=c(1,-1,1,1))
    am I asking for DGE between the second column (CA Endothelium) and EITHER other tissue?

    I'd like to find genes that are differentially expressed between CA Endothelium and ALL Aorta, CA Smooth Muscle and Coronary Artery.

    Is this doable?

    Many thanks

  • #2
    If you're quantifying with kallisto you may want to take a look at sleuth

    Comment


    • #3
      Hi all,
      I am using edgeR flow to get gene lists of multifactorial experiment. I have 6 conditions with 3 samples per each. The problem is some of the gene lists I got end at FDR much less than what I entered and so I did not get the whole gene list. For example, the upregulated genes were completely missing in some lists. I tried increasing the number of genes the program gives using the
      < gene_table<-topTags(lrt, n=40000)
      but did not help. Then I tried very restreignent FDR as follow
      < DE<-tp$table[tp$table$FDR<0.000001,]$GeneID
      But again did not help. The last gene in one of my lists was with
      Symbol Chr logFC logCPM LR PValue FDR
      Hpx 7 -7.186931303 13.83923493 57.6010426 3.21E-014 3.23E-014

      Any help would be appreciated!

      Comment

      Latest Articles

      Collapse

      • seqadmin
        Best Practices for Single-Cell Sequencing Analysis
        by seqadmin



        While isolating and preparing single cells for sequencing was historically the bottleneck, recent technological advancements have shifted the challenge to data analysis. This highlights the rapidly evolving nature of single-cell sequencing. The inherent complexity of single-cell analysis has intensified with the surge in data volume and the incorporation of diverse and more complex datasets. This article explores the challenges in analysis, examines common pitfalls, offers...
        Yesterday, 07:15 AM
      • seqadmin
        Latest Developments in Precision Medicine
        by seqadmin



        Technological advances have led to drastic improvements in the field of precision medicine, enabling more personalized approaches to treatment. This article explores four leading groups that are overcoming many of the challenges of genomic profiling and precision medicine through their innovative platforms and technologies.

        Somatic Genomics
        “We have such a tremendous amount of genetic diversity that exists within each of us, and not just between us as individuals,”...
        05-24-2024, 01:16 PM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, Today, 06:58 AM
      0 responses
      10 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, Yesterday, 08:18 AM
      0 responses
      15 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, Yesterday, 08:04 AM
      0 responses
      15 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 06-03-2024, 06:55 AM
      0 responses
      13 views
      0 likes
      Last Post seqadmin  
      Working...
      X