Densityplot_data {lfproQC} | R Documentation |
Creating Density plot for a dataset
Description
Computes and draws kernel density estimate, which is a smoothed version of the histogram. This is a useful alternative to the histogram for continuous data that comes from an underlying smooth distribution. The 'ggplot2' package is used here for creating the boxplot.
Usage
Densityplot_data(data)
Arguments
data |
Proteomics expression dataset (original or normalized dataset) along with the protein information |
Details
This can also be used for comparing the original dataset with the normalized dataset.
Value
Interactive column-wise density plot
See Also
'geom_density()'
Examples
Densityplot_data(yeast_data)
Densityplot_data(knn_rlr_yeast_data)
[Package lfproQC version 0.1.0 Index]