subsetXeva | R Documentation |
Subset Xeva object.
subsetXeva(object, ids, id.name, keep.batch = TRUE)
object |
The |
ids |
IDs to be selected for. |
id.name |
Names of the IDs. |
keep.batch |
Default |
New Xeva object.
data(brca) print(brca) df <- subsetXeva(brca, ids = c("X-1004", "X-1008", "X-1286"), id.name="patient.id", keep.batch=TRUE) print(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.