prepare_essentiality_data | R Documentation |
Prepare BAGEL statistics
prepare_essentiality_data(
data = NULL,
gene_column = 1,
data_column = 2,
classification_column = 3,
threshold = 0.05
)
data |
data frame. |
gene_column |
index of column containing gene names. |
data_column |
index of column containing values. |
classification_column |
index of column containing BAGEL classifications. |
threshold |
cutoff value (Default: 0.05). |
dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.