attachManifest {sesame}R Documentation

Annotate a data.frame using manifest

Description

Annotate a data.frame using manifest

Usage

attachManifest(df, probe_id = "Probe_ID", pfm = NULL, genome = NULL)

Arguments

df

input data frame with Probe_ID as a column

probe_id

the Probe_ID column name, default to "Probe_ID" or rownames

pfm

which array platform, guess from probe ID if not given

genome

the genome build, use default if not given

Value

a new data.frame with manifest attached

Examples

df = data.frame(Probe_ID = c("cg00101675_BC21", "cg00116289_BC21"))
attachManifest(df)

[Package sesame version 1.12.5 Index]