Learn R Programming

lfproQC (version 1.4.1)

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.

See Also

`geom_density()`

Examples

Run this code
Densityplot_data(yeast_data)
Densityplot_data(rlr_knn_yeast_data)

Run the code above in your browser using DataLab