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
        Recent Advances in Sequencing Analysis Tools
        by seqadmin


        The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
        Today, 07:48 AM
      • seqadmin
        Essential Discoveries and Tools in Epitranscriptomics
        by seqadmin




        The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
        04-22-2024, 07:01 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, Today, 07:17 AM
      0 responses
      11 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-02-2024, 08:06 AM
      0 responses
      19 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-30-2024, 12:17 PM
      0 responses
      20 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-29-2024, 10:49 AM
      0 responses
      28 views
      0 likes
      Last Post seqadmin  
      Working...
      X