What is the best approach to analyze RNA-seq data over 3 time points, but with average 60% missing samples in different time points?
1
0
Entering edit mode
@e4025bc7
Last seen 2.7 years ago
United States

My dataset is something like:

t1: 40 samples (8 also participate in t2, 6 in t3) t2: 10 samples t3: 7 samples

This implies many participants (samples) are missing in different timepoints.

RNASeq • 571 views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 3 hours ago
United States

In general, when you have repeated measures for some but not all of your subjects, you would use a linear mixed model. To do that using edgeR/limma you would use the voomLmFit function, blocking on subject (e.g., you would provide a factor of the subjects to the block argument).

ADD COMMENT

Login before adding your answer.

Traffic: 732 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6