heatI: Generates an heatmap visualization of the mean Importance...

Description Usage Arguments Value Examples

Description

A square matrix (TFs x TFs) is built. The element (i,j) of such matrix contains the mean Importance Index (II) of the couple of transcription factors (TFi, TFj). This is represented in a heatmap visualization, where the scale color from blue to white indicates low mean importance of the couple and from white to red indicates high mean importance of the couple.

Usage

1
heatI(TFs, I)

Arguments

TFs

a string vector with names of transcription factors.

I

a vector of mean II of pairs of transcription factors in TFs.

Value

The Importance index of pairs of Transcription Factors as a heatmap

Examples

1
2
3
4
5
6
# Load p_TFs and I_c_2 from the data_man collection of datasets:
data('data_man')

# Heatmap visualization of the mean importances of transcription factors in p
# and their combinations in two elements:
heatI(p_TFs, I_c_2)

TFARM documentation built on Nov. 8, 2020, 7:01 p.m.