Learn R Programming

OmicInt (version 1.1.7)

interactor_map: interactor_map

Description

interactor_map uses information mined from STRING database to map experimental, predicted, or referenced interactions to see if there are any interactors in the set of significantly changed genes and how they are linked. The function requires a data frame prepared by score_genes. The output is a plot depicting interaction map.

Usage

interactor_map(data)

Arguments

data

requires a data frame containing gene names as row names and a column with LFC values; class - data frame

Value

interaction map/plot; class - plot

Examples

Run this code
# NOT RUN {
 
# }
# NOT RUN {
path_to_test_data<- system.file("extdata", "test_data.tabular", package="OmicInt")
# basic usage of interactor_map
df<-utils::read.table(path_to_test_data)
interactor_map(df)
# }

Run the code above in your browser using DataLab