Function plots a density plot for gene expression data prepared by the score_genes function. The plots can be used for a quick assessment of the overall gene expression distribution.
Usage
density_plot(data)
Arguments
data
Requires a data frame generated by score_genes; class - data frame
# NOT RUN {path_to_test_data<- system.file("extdata", "test_data.tabular", package="OmicInt")
# basic usage of density_plotdf<-utils::read.table(path_to_test_data)
density_plot(df)
# }