View source: R/utils_ImportSesameData.R
ImportSesameData | R Documentation |
Load either the HM540 and EPIC manifests into working memory
ImportSesameData(manifest_char)
manifest_char |
Which manifest should be loaded? Currently, this package has been tested to work with 450k and EPIC arrays for HG19 and HG38. |
This function assumes that the .onLoad() function has executed properly and (therefore) that the necessary data sets are in the cache.
hm450k_gr <- ImportSesameData("HM450.hg19.manifest")
head(hm450k_gr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.