Description Usage Arguments Value See Also Examples
View source: R/annotation_ext.R
Given an organism and an annotation, this function returns the
corresponding file extension used in the recount3 files.
1 2 3 4 | annotation_ext(
organism = c("human", "mouse"),
annotation = annotation_options(organism)
)
|
organism |
A |
annotation |
A |
A character(1) with the annotation file extension to be used.
Other internal functions for accessing the recount3 data:
create_rse_manual(),
file_retrieve(),
locate_url_ann(),
locate_url(),
project_homes(),
read_counts(),
read_metadata()
1 2 3 4 | annotation_ext("human")
annotation_ext("human", "fantom6_cat")
annotation_ext("human", "refseq")
annotation_ext("mouse")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.