Densityplot_data: 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)
Value
Interactive column-wise density plot
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.