| extract_dpcr | R Documentation |
Extract all runs belonging to specific assay or experiment(s) from a codedpcr object while preserving all other attributes.
extract_dpcr(input, id_exper = NULL, id_assay = NULL)
input |
object of the class |
id_exper |
vector of indices or names of experiments. Must be |
id_assay |
vector of indices or names of assays. Must be |
The object of the input's class (adpcr or
dpcr).
The standard Extract operator x[i] treats
dpcr objects as matrix and extracts values without preserving other
attributies of the object.
Michal Burdukiewicz.
Extract run(s): extract_run.
# extract using only experiment's ID
extract_dpcr(six_panels, id_exper = 1)
# extract using assay name
extract_dpcr(six_panels, id_assay = "MYC")
# extract using multiple names
extract_dpcr(six_panels, id_exper = c("Experiment1", "Experiment2"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.