File: interactions.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 (17 lines) | stat: -rw-r--r-- 546 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\name{interactions_example}
\alias{interactions_example}
\docType{data}
\title{example of a protein-protein interactions sorted data frame}
\description{
  example of a sorted list of protein-protein interactions, resulta our cooccurrence algorithm (SVD_Phy)
}
\usage{data(interactions_example)}
\format{
  Data frames with 20861 observations on the following 3 variables.
  \describe{
    \item{\code{proteinA}}{a character vector}
    \item{\code{proteinB}}{a character vector}
    \item{\code{score}}{a numeric vector}
  }
}
\keyword{datasets}