abSamples {ifCNVR}R Documentation

abSamples

Description

abSamples

Usage

abSamples(readsMatrix, conta = "auto", q = 0.99, verbose = TRUE)

Arguments

readsMatrix

a matrix of the number of reads per target

conta

a parameter for the isotree function

q

quantile

verbose

a boolean

Value

the aberrant and normal samples

Examples

readsMatrix = data.frame(targets=paste0("target_",seq(1,50)), matrix(runif(500),nrow=50,ncol=10))
abSamples(readsMatrix)


[Package ifCNVR version 0.1.0 Index]