abTargets {ifCNVR} | R Documentation |
abTargets
Description
abTargets
Usage
abTargets(readsMatrix, abSamples, opt = "regular", pred = 0.6)
Arguments
readsMatrix |
the reads matrix |
abSamples |
the abSamples list result of the abSamples function |
opt |
"regular" or "extensive" a parameter |
pred |
a threshold on the isolation forest outlier prediction (range=[0,1[) |
Value
a list of dataframes of the targets tagged as outliers
Examples
abTargets(readsMatrixExample,abSamples(readsMatrixExample))
[Package ifCNVR version 0.1.0 Index]