Description Usage Arguments Details Value Examples
pcaPlot
takes a loops object plots the individual samples
based on the principal components of the loop counts matrix
1 2 3 4 |
dlo |
A loops object |
Groups for the principal component plots are derived from colData
and the normalizing factors are also taken from colData
. While some
loops objects may have non-informative groups or size factors, they
should always be present.
A ggplot2 plot
1 2 3 | rda<-paste(system.file('rda',package='diffloop'),'loops.small.rda',sep='/')
load(rda)
p1 <- pcaPlot(loops.small)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.