cluster_heatmap: cluster_heatmap

Description Usage Arguments Value Examples

View source: R/cluster_heatmap.R

Description

cluster_heatmap uses information mined from STRING database to map experimental, referenced, and inferred interactions to see if there are any interactors in the set of significantly changed genes. This heatmap provides clustered visualisation of all genes and the genes that have shared interactions.

Usage

1

Arguments

data

requires a data frame containing gene names as row names and a column with LFC values. Class - data frame

Value

heatmap; class - plot

Examples

1
2
3
4
5
6
7
 ## Not run: 
path_to_test_data<- system.file("extdata", "test_data.tabular", package="OmicInt")
# basic usage of cluster_heatmap
df<-utils::read.table(path_to_test_data)
cluster_heatmap(df)

## End(Not run)

OmicInt documentation built on Oct. 28, 2021, 5:09 p.m.