IMP: Contains the mean Importance Index of each co-regulator.

Description Usage Format Examples

Description

Within the data_man data collection, the dataset IMP has 4 columns and 12 rows: transcription factors present in at least one association rule are listed in the fist column (TF), the second column (imp) contains the means of the Importance Index associated with each trascription factor, the standard deviations for each transcription factor are reported in the third column (sd) and finally the number of rules found for each transcription factor are transcribed in the fourth column (nrules).

Usage

1
data("data_man")

Format

An object of class "data.frame"

Examples

1
2
3
# IMP is found in the data_man collection of datasets:
data("data_man")
head(IMP$imp)

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