timesplit {microbiome} | R Documentation |
For each subject, return temporally consecutive sample pairs together with the corresponding time difference.
timesplit(x)
x |
phyloseq object. |
data.frame
Leo Lahti leo.lahti@iki.fi
data(atlas1006) x <- timesplit(subset_samples(atlas1006, DNA_extraction_method == 'r' & sex == "male"))