plot_diffdensity | R Documentation |
This function draws the extent of genome differences across all comparisons
plot_diffdensity(diff)
diff |
dataframe with cell names 'cellid' and genome differences 'percDiff' |
A density plot with the distribution. The min and max value are also reported
differences<-as.data.frame(cbind(cellid=c(1:5), diff=runif(5, min=0, max=100))) plot_diffdensity(differences)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.