heatmapDIA | R Documentation |
Print interactive heatmap of processed data from DIAnn
heatmapDIA(
data,
transformation = c("none", "log2", "z.score_protein", "z.score_fraction"),
maxna = 0,
print_val = TRUE,
nm_id = NULL,
data_type = c("intensity", "Top3", "iBAQ", "all"),
gradient_color = c("#09009D", "#ffffff", "#BE0010"),
static = FALSE
)
data |
Processed data from DIAnn (from iq processing or diann_matrix for example) |
transformation |
Which transformation do you want to apply (log2, z.score on proteins or on fractions, none) |
maxna |
How many NAs do you authorize per proteins |
print_val |
logical; do you want to print values on heatmpa ? |
nm_id |
The name of column that contains the IDs (if NULL, will take it automatically) |
data_type |
The type of data you want to visualize; either 'intensity', 'Top3', 'iBAQ' or 'all'. |
gradient_color |
Three colors for the printed gradient color on the heatmap |
static |
Logical to return a static plot (ggplot object) or an interactive one (plotly object) |
Plotly heatmap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.