sesameAnno_readManifestTSV | R Documentation |
Read manifest file to a tsv format
sesameAnno_readManifestTSV(tsv_fn)
tsv_fn |
tsv file path |
a manifest as a tibble
## Not run:
tsv = sesameAnno_download("HM450.hg38.manifest.tsv.gz")
mft <- sesameAnno_readManifestTSV(tsv)
## direct access
mft <- sesameAnno_readManifestTSV("HM450.hg38.manifest")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.