subsetXeva: Subset Xeva object.

Description Usage Arguments Value Examples

View source: R/subset_Xeva.R

Description

Subset Xeva object.

Usage

1
subsetXeva(object, ids, id.name, keep.batch = TRUE)

Arguments

object

The XevaSet object.

ids

IDs to be selected for.

id.name

Names of the IDs.

keep.batch

Default TRUE. If FALSE, remove all other model.ids from the experiemt design that do not belong to selection.

Value

New Xeva object.

Examples

1
2
3
4
data(brca)
print(brca)
df <- subsetXeva(brca, ids = c("X-1004", "X-1008", "X-1286"), id.name="patient.id", keep.batch=TRUE)
print(df)

Xeva documentation built on Nov. 8, 2020, 5:56 p.m.