File: get_enrichment.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 (36 lines) | stat: -rw-r--r-- 1,089 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
31
32
33
34
35
36
\name{get_enrichment}
\alias{\S4method{get_enrichment}{STRINGdb}}
\title{
get_enrichment
}
\description{
Returns the enrichment in pathways of the vector of STRING proteins that is given in input.
}
\usage{
\S4method{get_enrichment}{STRINGdb}(string_ids, category = "Process", methodMT = "fdr", iea = TRUE, minScore=NULL)
}
\arguments{
  \item{string_ids}{
a vector of STRING identifiers.
}
  \item{category}{
category for which to compute the enrichment (i.e. "Process", "Component", "Function", "KEGG", "Pfam", "InterPro"). The default category is "Process".
}
  \item{methodMT}{
method to be used for the multiple testing correction. (i.e.  "fdr", "bonferroni"). The default is "fdr".
}
  \item{iea}{
specify whether you also want to use electronic inference annotations
}
  \item{minScore}{
with Tissue and Disease categories is possible to filter the annotations having an annotation score higher than this threshold (from 0 to 5)
}
}
\value{
Data frame containing the enrichment in pathways of the vector of STRING proteins that is given in input.
}
\author{
Andrea Franceschini
}