Description Usage Arguments Value Author(s) Examples
View source: R/missingValuesPlots.R
This method plots a histogram of missing values. Same as the function mvHisto
but uses the package highcharter
1 2 3 4 5 6 7 8 | mvHisto_HC(
qData,
samplesData,
conds,
indLegend = "auto",
showValues = FALSE,
base_palette = NULL
)
|
qData |
A dataframe that contains quantitative data. |
samplesData |
A dataframe where lines correspond to samples and columns to the meta-data for those samples. |
conds |
A vector of the conditions (one condition per sample). |
indLegend |
The indices of the column name's in |
showValues |
A logical that indicates wether numeric values should be drawn above the bars. |
base_palette |
xxx |
A histogram
Florence Combes, Samuel Wieczorek
1 2 3 4 5 | utils::data(Exp1_R25_pept, package='DAPARdata')
qData <- Biobase::exprs(Exp1_R25_pept)
samplesData <- Biobase::pData(Exp1_R25_pept)
conds <- Biobase::pData(Exp1_R25_pept)[,"Condition"]
mvHisto_HC(qData, samplesData, conds, indLegend="auto", showValues=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.