heatI {TFARM} | R Documentation |
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 rapresented in a heatmap visualization in which the scale color from red (dark) to white (light) indicates low mean importance of the couple (red), or high mean importance of the couple (white).
heatI(TFs, I)
TFs |
a string vector with names of transcription factors. |
I |
a vector of mean II of pairs of transcription factors in TFs. |
The Importance index of pairs of Transcription Factors as a heatmap
# 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)