KYCG_annoProbes | R Documentation |
see sesameData_annoProbes if you'd like to annotate by genomic coordinates (in GRanges)
KYCG_annoProbes(
query,
databases,
db_names = NULL,
platform = NULL,
sep = ",",
indicator = FALSE,
silent = FALSE
)
query |
probe IDs in a character vector |
databases |
character or actual database (i.e. list of probe IDs) |
db_names |
specific database (default to all databases) |
platform |
EPIC, MM285 etc. will infer from probe IDs if not given |
sep |
delimiter used in paste |
indicator |
return the indicator matrix instead of a concatenated annotation (in the case of have multiple annotations) |
silent |
suppress message |
named annotation vector, or indicator matrix
query <- names(sesameData_getManifestGRanges("MM285"))
anno <- KYCG_annoProbes(query, "designGroup", silent = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.