Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • sylvian
    Junior Member
    • Jun 2013
    • 4

    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
  • lpachter
    Member
    • Feb 2010
    • 40

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

    Comment

    • TRA
      Junior Member
      • Jul 2015
      • 6

      #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

      • SEQadmin2
        Nine Things a Sample Prep Scientist Thinks About Before Sequencing
        by SEQadmin2


        I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

        Here are nine questions we think about, in roughly the order they matter, before...
        06-18-2026, 07:11 AM
      • SEQadmin2
        From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
        by SEQadmin2


        Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


        The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
        ...
        06-02-2026, 10:05 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, 06-26-2026, 11:10 AM
      0 responses
      10 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-17-2026, 06:09 AM
      0 responses
      45 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-09-2026, 11:58 AM
      0 responses
      105 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-05-2026, 10:09 AM
      0 responses
      125 views
      0 reactions
      Last Post SEQadmin2  
      Working...