File: add_proteins_description.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 (25 lines) | stat: -rw-r--r-- 651 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
\name{add_proteins_description}
\alias{\S4method{add_proteins_description}{STRINGdb}}
\title{
add_proteins_description
}
\description{
Add description coluns to the proteins that are present in the data frame given in input. 
The data frame must contain a column named "STRING_id".
}
\usage{
\S4method{add_proteins_description}{STRINGdb}(screen)
}
\arguments{
  \item{screen}{
Dataframe containing the results of the experiment (e.g. the analyzed results of a microarray or RNAseq experiment)
}
}
\value{
returns the same dataframe given in input with an additional columns containing a description of the proteins.
}
\author{
Andrea Franceschini
}