sesameAnno_attachManifest | R Documentation |
Annotate a data.frame using manifest
sesameAnno_attachManifest(
df,
probe_id = "Probe_ID",
platform = 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 |
platform |
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
## Not run:
df <- data.frame(Probe_ID = c("cg00101675_BC21", "cg00116289_BC21"))
sesameAnno_attachManifest(df)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.