File: get_annotations.Rd

package info (click to toggle)
r-bioc-stringdb 2.18.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,572 kB
  • sloc: makefile: 5
file content (20 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\name{get_annotations}
\alias{\S4method{get_annotations}{STRINGdb}}
\title{
get_annotations
}
\description{
Loads and returns STRING annotations (i.e. GO annotations, KEGG pathways, domain databases). 
The annotations are stored in the "annotations" variable.
}
\usage{
\S4method{get_annotations}{STRINGdb}( )
}
\value{
a data frame containing the annotations to the STRING proteins (e.g. GeneOntology, KEGG pathways, InterPro domains)
}
\author{
Andrea Franceschini
}