getInstalledAnnotations: Load a recoup annotation element

Description Usage Arguments Value Author(s) Examples

View source: R/annotation.R

Description

This function returns a data frame with information on locally installed, supported or custom, annotations.

Usage

1

Arguments

obj

NULL or the path to a recoup SQLite annotation database. If NULL, the function will try to guess the location of the SQLite database.

Value

The function returns a data.frame object with the installed local annotations.

Author(s)

Panagiotis Moulos

Examples

1
2
3
4
db <- file.path(system.file(package="recoup"),
  "annotation.sqlite")
if (file.exists(db))
  ig <- getInstalledAnnotations(obj=db)

recoup documentation built on Nov. 8, 2020, 6:47 p.m.