Description Usage Arguments Value Examples
Generate a subset matrix with paired times.
1 | paired_times(data, first, second, common)
|
data |
input matrix with each rowname including an ID, a common pattern and a sampling time. |
first |
pattern associated with the first of the two sampling times. |
second |
pattern associated with the second of the two sampling times. |
common |
pattern that separates the ID and the sampling time. |
A matrix with the same number of columns as input and the samples from both samples times.
1 2 | t1_t2 <- paired_times(data = clr, first = "_1",
second = "_25", common = "_0_")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.