getInstalledAnnotations {sitadela} | 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="sitadela"), "annotation.sqlite") if (file.exists(db)) ig <- getInstalledAnnotations(obj=db)