mvPerLinesHisto {DAPAR} | R Documentation |
This method plots a bar plot which represents the distribution of the number of missing values (NA) per lines (ie proteins).
mvPerLinesHisto(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
require(DAPARdata) data(Exp1_R25_pept) qData <- Biobase::exprs(Exp1_R25_pept) samplesData <- Biobase::pData(Exp1_R25_pept) mvPerLinesHisto(qData, samplesData)