plot_diffdensity: Density plot showing the distribution of genome differences

View source: R/plotting.R

plot_diffdensityR Documentation

Density plot showing the distribution of genome differences

Description

This function draws the extent of genome differences across all comparisons

Usage

plot_diffdensity(diff)

Arguments

diff

dataframe with cell names 'cellid' and genome differences 'percDiff'

Value

A density plot with the distribution. The min and max value are also reported

Examples

differences<-as.data.frame(cbind(cellid=c(1:5), diff=runif(5, min=0, max=100)))
plot_diffdensity(differences)

macintyrelab/CNpare documentation built on April 15, 2022, 4:46 a.m.