This function generates a density plot for a given data matrix. The density
plot shows the distribution of the values in the data matrix.
Usage
make_density_plots(data, meta, condition)
Arguments
- data
A numeric matrix containing the data.
- meta
A dataframe containing the column meta data of data
- condition
The name of the factor column of meta for the experiment
Value
A ggplot object representing the density plot.