R/annotation_options.R
annotation_options.Rd
This function will return the available annotation options for a given
organism
.
annotation_options(organism = c("human", "mouse"))
A character()
vector with the supported annotation options for the
given organism
.
annotation_options("human")
#> [1] "gencode_v26" "gencode_v29" "fantom6_cat" "refseq" "ercc"
#> [6] "sirv"
annotation_options("mouse")
#> [1] "gencode_v23"