Description Usage Arguments Value See Also Examples
View source: R/locate_url_ann.R
Given a expression feature type, organism and annotation, this
function constructs the URL (or file path) to access a recount3
annotation file. This function is used by create_rse_manual().
1 2 3 4 5 6 | locate_url_ann(
type = c("gene", "exon"),
organism = c("human", "mouse"),
annotation = annotation_options(organism),
recount3_url = getOption("recount3_url", "http://duffel.rail.bio/recount3")
)
|
type |
A |
organism |
A |
annotation |
A |
recount3_url |
A |
A character(1) with the URL (or file path) to access the
recount3 annotation file.
Other internal functions for accessing the recount3 data:
annotation_ext(),
create_rse_manual(),
file_retrieve(),
locate_url(),
project_homes(),
read_counts(),
read_metadata()
1 2 | locate_url_ann()
locate_url_ann(organism = "mouse")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.