interactions_get: Get STRING interactions

Description Usage Arguments Value Examples

View source: R/functions.R

Description

A wrapper to get STRING interactions in a nice format

Usage

1
interactions_get(genes, evidence = FALSE, ...)

Arguments

genes

A data.frame of at least one column of gene sybols

evidence

A logical (default FALSE) of whether to include the evidence

...

Other arguments passed to new

Value

A data.frame of at least two columns in the form of a edgelist with an additional column, evidence when evidence is TRUE

Examples

1
2
3
4
5
## Not run: 
genes = c("Atg4c", "Il3", "Lamp3", "Lepr", "Mefv")
interactions_get(genes)

## End(Not run)

BCMSLab/rkip documentation built on May 17, 2019, 2:14 a.m.