getInstalledAnnotations | R Documentation |
This function returns a data frame with information on locally installed, supported or custom, annotations.
getInstalledAnnotations(obj = NULL)
obj |
|
The function returns a data.frame
object with
the installed local annotations.
Panagiotis Moulos
db <- file.path(system.file(package="metaseqR2"),
"annotation.sqlite")
if (file.exists(db))
ig <- getInstalledAnnotations(obj=db)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.