abSamples | R Documentation |
abSamples
abSamples(readsMatrix, conta = "auto", q = 0.99, verbose = TRUE)
readsMatrix |
a matrix of the number of reads per target |
conta |
a parameter for the isotree function |
q |
quantile |
verbose |
a boolean |
the aberrant and normal samples
readsMatrix = data.frame(targets=paste0("target_",seq(1,50)), matrix(runif(500),nrow=50,ncol=10)) abSamples(readsMatrix)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.