resampling_heatmap | R Documentation |
Heatmap describing resampling analysis
resampling_heatmap(
sample_info,
resampling_results,
subset_size = 4,
threshold_padj = 0.05,
threshold_lfc = 0.58,
title = "",
condition_name = "conditions"
)
sample_info |
sample_info tibble |
resampling_results |
analysis whit every biosamples |
subset_size |
number of sample for each condition in a resampling |
threshold_padj |
maximum adjusted pvalue to be considered differentially expressed (default 0.05) |
threshold_lfc |
minimum log2 fold change to be considered differentially expressed (default 0.58, corresponds to 1.5 fold change) |
condition_name |
condition used to facet the heatmap |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.