density_plot: density_plot

Description Usage Arguments Value Examples

View source: R/density_plot.R

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

1

Arguments

data

Requires a data frame generated by score_genes; class - data frame

Value

multiple plots; class - plots

Examples

1
2
3
4
5
6
## 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)
## End(Not run)

OmicInt documentation built on Oct. 28, 2021, 5:09 p.m.