Dear Bioconductor support team,
I have samples from two time points namely V1 and V4. The samples belong to two categories: Treatment and Placebo as follows:
005v1 Placebo 005v4 Placebo
008v1 Treatment 008v4 Treatment
The ID number 005 etc represent the same sample at two time points. At V1 time-point there is no treatment given, its just that the samples are assigned to be given a treatment (treatment) or not (placebo). At V4 time-point there would be difference in placebo and treatment sample.
Now, if the question is to identify the changes caused due to the treatment, how should I define the design? Should V1 time-point be taken into consideration or not, given that the treatment intervention was given only after the assignment of samples at V1.
It seems like a paired analysis, where the blocking factor is the IDs of the samples, but I'm not sure of setting up the design. Could someone give suggestions. Thanks in advance!
Regards,
Candida Vaz
Thank you James for the suggestion,
Hi guys, I have some questions about model.matrix design for paired samples. I have checked the edgeR user's guide but I still have doubts.
My data: samples collected longitudinally from 8 individuals treated from day 1 to day 17, DAY 0 is the control (no treatment)
Q1: I saw many model.matrix for paired samples including or not ~0 on the design. What are the implications of using ~0 (intercept)? How it works?
Q2: As DAY0 is not on colnames of my design (is the intercept), I was not able to specify it on my contrast. The contrast will do comparisons against DAY0?
Q3: I’m not sure that the subject (paired samples) is being considered on the analysis because all subjects show 0 on the contrast.
Q4: I have no technical replicates, It is ok to apply this model?