Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Should I sequence un-replicated blocks in RNAseq?

    Hi all,

    I am designing a new experiment to sequence transcriptomes from wasps. I have 3 treatment "environments" and 4 replicate populations in each (kept separate throughout), for a total of 12 separate rearing cages.

    I want to compare expression among treatment "environments", but of course the replicate populations should be taken into account. They are separate pools of individuals that have evolved separately. The problem is that my experimental wasps are not very cooperative, and I simply don't have 3 individuals from some of my replicate populations. So, I am trying to decide how to go about sequencing them.

    Can I assume similar variance across populations, and so get a good estimate of expression from non-replicated populations? Is this a terrible idea because they are coming from different genetic backgrounds?

    For some of my replicate populations, I have plenty of individuals. For others, just one. So, I am wondering how useful it will be to sequence those single individuals. As an alternative, I can use my limited resources differently, and just sequence more individuals from fewer replicate populations. This will tell me less about my experiment in general, but more about that population.....

    According to this thread, I can analyze using edgeR if I just have good replication in some groups: http://seqanswers.com/forums/showthread.php?t=46068

    Does anyone have experience with this? In EdgeR or other programs?

    For comparison/context, in previous sequencing from these populations, the wasps were more cooperative and I used the following design to analyze differential expression in DESeq2 (35 libraries in total):


    sel.line <- factor(c(rep("GroupB",11),rep("GroupD",12), rep ("GroupE", 12)))

    block <- factor(c(rep("1", 3), rep("2", 3), rep("3", 3), rep("4", 2),
    rep("1", 3), rep("2", 3), rep("3", 3), rep("4", 3),
    rep("1", 3), rep("2", 3), rep("3", 3), rep("4", 3)))

    ExpDesign3 <- data.frame(
    row.names = colnames(countdata3),
    sel.line = sel.line,
    block = block)

    CDS3 <- DESeqDataSetFromMatrix(countData = countdata3, colData=ExpDesign3, design= ~ block + sel.line)
    "

    In this case, block refers to replicate cages within treatment, and sel.line is the level of "interest" in my study.

    Many thanks,
    Alice

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