Description Usage Arguments Value Author(s) Examples
View source: R/missingValuesPlots.R
This method plots a bar plot which represents the distribution of the number of missing values (NA) per lines (ie proteins).
1 | mvPerLinesHisto_HC(qData, samplesData, indLegend = "auto", showValues = FALSE)
|
qData |
A dataframe that contains the data to plot. |
samplesData |
A dataframe which contains informations about the replicates. |
indLegend |
The indice of the column name's in |
showValues |
A logical that indicates wether numeric values should be drawn above the bars. |
A bar plot
Florence Combes, Samuel Wieczorek
1 2 3 4 | utils::data(Exp1_R25_pept, package='DAPARdata')
qData <- Biobase::exprs(Exp1_R25_pept)
samplesData <- Biobase::pData(Exp1_R25_pept)
mvPerLinesHisto_HC(qData, samplesData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.