attachManifest {sesame} | R Documentation |
Annotate a data.frame using manifest
attachManifest(df, probe_id = "Probe_ID", pfm = NULL, genome = NULL)
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 |
a new data.frame with manifest attached
df = data.frame(Probe_ID = c("cg00101675_BC21", "cg00116289_BC21")) attachManifest(df)