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
      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 on Modified Bases...
      Today, 07:01 AM
    • seqadmin
      Current Approaches to Protein Sequencing
      by seqadmin


      Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
      04-04-2024, 04:25 PM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, 04-11-2024, 12:08 PM
    0 responses
    37 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 10:19 PM
    0 responses
    41 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 09:21 AM
    0 responses
    35 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-04-2024, 09:00 AM
    0 responses
    54 views
    0 likes
    Last Post seqadmin  
    Working...
    X