Hello,
I have readcount data from my metagenome experiment. My metagenome experiment looks like this:
control T0 T1 T2 T3 T4
case T0 T1 T2 T3 T4
I have two conditions (case and control) and five time points. I have readcounts data from each control and case samples across these 5 time points. I want to conduct analysis as below:
Calculate abundance differences within each condition i.e. control and for example, T0 vs T4, T1 vs T4, T2 vs T4 and T3 vs T4). Like which taxa is significantly different at different time point compared to baseline (T4).
Measure differences between control and cases on each time point i.e case vs control @ T0, case vs control @ T1, case vs control @ T2, case vs control @ T3, case vs control @ T4.
I know I should be doing time series analysis but I don't know how to perform this complex longitudinal analysis.
I would really appreciate if you someone could help me in deciding where to start? Or direct me to any tutorial where I could learn and apply the same on my data.
I found the limma package easy and straight forward to follow, You will find several tutorials online : https://f1000researchdata.s3.amazonaws.com/manuscripts/30124/50751832-1a90-41e1-ab22-ca631e1b25f1_27262_-_nelle_varoquaux.pdf?doi=10.12688/f1000research.27262.1&numberOfBrowsableCollections=29&numberOfBrowsableInstitutionalCollections=4&numberOfBrowsableGateways=29
This seems a good one and may serve my purpose. So, I tried it but I get the error when I run the following:
I get the following error:
I looked at the shoemaker data too and it contain all the values greater than 0 whereas my data contains 0 as well. Also, shoemaker data has equal replications (1,2,3) whereas i have different replication number for some samples. Could that be the reason? Any thoughts?
This issue seems to be related to the file format. When I loaded the shoemaker2015 data directly from the package, I can run rest of the all steps without any error. However, when I first saved the "data" and "meta" on my computer in .txt/.csv format then loaded it from my computer, it gives me the following error:
Code:
Error:
Any ideas in which format the shoemaker2015 data is?