sesameAnno_buildManifestGRanges | R Documentation |
manifest tsv files can be downloaded from http://zwdzwd.github.io/InfiniumAnnotation
sesameAnno_buildManifestGRanges(
tsv,
genome = NULL,
decoy = FALSE,
columns = NULL
)
tsv |
a file path, a platform (e.g., EPIC), or a tibble/data.frame object |
genome |
a genome string, e.g., hg38, mm10 |
decoy |
consider decoy sequence in chromosome order |
columns |
the columns to include in the GRanges |
GRanges
## Not run:
tsv = sesameAnno_download("HM450.hg38.manifest.tsv.gz")
gr <- sesameAnno_buildManifestGRanges(tsv)
## direct access
gr <- sesameAnno_buildManifestGRanges("HM450.hg38.manifest")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.