getPatIDs: Get patient IDs.

Description Usage Arguments Details Value Examples

Description

Get patient IDs.

Usage

1
getPatIDs(ids)

Arguments

ids

an array of ids in the form "patientID.eventID"

Details

Given a string in the form "patientID.eventID", return just the patientID.

Value

an array of patientIDs

Examples

1
2
data("features_ratechange_sup0.4g60l2z2")
feats$patID <- getPatIDs(rownames(feats))

novasmedley/gbmSpm documentation built on May 17, 2019, 10:39 a.m.