getUserAnnotations {sitadela} | R Documentation |
This function returns a data frame with information
on locally installed, custom user-defined annotations
only. For a list of all annotations, see
getInstalledAnnotations
.
getUserAnnotations(obj = NULL)
obj |
|
The function returns a data.frame
object with
the installed, custom, user-defined local annotations
only.
Panagiotis Moulos
db <- file.path(system.file(package="sitadela"), "annotation.sqlite") if (file.exists(db)) u <- getUserAnnotations(obj=db)