Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • DESEq2 Paired samples: Baseline Versus each Timepoint

    I am a newbie and I have the following experimental factors as below. I read very carefully the different posts and tutorial but I am still uncertain on how to design my experiment formula.

    I wanted to know how to use DSEQ2 to look at the paired samples to see which genes are being differentially expressed when compared to Baseline eg:

    Q1) Baseline Vs Day1: list of DE genes

    Q2) Baseline Vs Day2: list of DE genes

    Q3) Baseline Vs Day3: list of DE genes



    eg: design(dds)=~ Patient.ID + Timepoint

    Is that right ??? How do you get the DE list of genes for each Q1-Q3 above ??
    Can Someone please help ?

    Thank you in advance

    Code:
    >df
     Patient.ID library Timepoint
    1           1       A  Baseline
    2           1       A      Day1
    3           1       A      Day2
    4           1       A      Day3
    5           2       A  Baseline
    6           2       A      Day1
    7           2       A      Day2
    8           2       A      Day3
    9           4       A  Baseline
    10          4       A      Day1
    11          4       A      Day2
    12          4       A      Day3
    13          5       B  Baseline
    14          5       B      Day1
    15          5       B      Day2
    16          5       B      Day3
    17         10       B  Baseline
    18         10       B      Day1
    19         10       B      Day2
    20         10       B      Day3
    21         11       B  Baseline
    22         11       B      Day1
    23         11       B      Day2
    24         11       B      Day3
    25         13       C  Baseline
    26         13       C      Day1
    27         13       C      Day2
    28         13       C      Day3
    29         17       C  Baseline
    30         17       C      Day1
    31         17       C      Day2
    32         17       C      Day3
    33         18       C  Baseline
    34         18       C      Day1
    35         18       C      Day2
    36         18       C      Day3

  • #2
    The design formula looks correct. To get the DE results as requested, the syntax is:

    Code:
    result_day1<-results(dds,contrast=c("Timepoint","Day1","Baseline"))

    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