sel_trt: Select traits from the full atlas

Description Usage Arguments Value See Also Examples

Description

Subsets a data frame with the same format as gcatlas to include only traits from a specified list of trait names. These names can be abbreviated.

Usage

1

Arguments

...

a list of trait names (possibly abbreviated)

data

the name of the object to subset; by default the full data set

drop

logical expression indicating whether to return the specified traits (FALSE, default) or to exclude them from the data (TRUE).

Value

An object of the same structure as gcatlas

See Also

gcatlas

Examples

1
2
3
x = sel_trt("ADHD", "Alz", "T2D")
x
gcmatrix(x)

alexploner/GeneCorrAtlas documentation built on May 12, 2019, 2:32 a.m.