Learn R Programming

OmicInt (version 1.1.7)

density_plot: density_plot

Description

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

Value

multiple plots; class - plots

Examples

Run this code
# NOT RUN {
path_to_test_data<- system.file("extdata", "test_data.tabular", package="OmicInt")
# basic usage of density_plot
df<-utils::read.table(path_to_test_data)
density_plot(df)
# }

Run the code above in your browser using DataLab