File: get_term_proteins.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 (30 lines) | stat: -rw-r--r-- 646 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
21
22
23
24
25
26
27
28
29
30
\name{get_term_proteins}
\alias{\S4method{get_term_proteins}{STRINGdb}}
\title{
get_term_proteins
}
\description{
Returns the proteins annotated to belong to a given term.
}
\usage{
\S4method{get_term_proteins}{STRINGdb}(term_ids, string_ids=NULL, enableIEA=TRUE)
}
\arguments{
  \item{term_ids}{
vector of terms
}
  \item{string_ids}{
a vector of STRING identifiers. If the variable is set, the method returns only the proteins that are present in this vector.
}
  \item{enableIEA}{
whether to consider also Electronic Inferred Annotations
}
}
\value{
Returns the proteins annotated to belong to a given term.
}
\author{
Andrea Franceschini
}