filterVariants | R Documentation |
Filter variants that have greater depth drop than max allowed depth drop or do not have minimum required depth
filterVariants(
nsCond,
params,
xDepthDrops,
xCounts,
xSplitChanges,
xTiles,
mc.cores,
allVariants = TRUE
)
nsCond |
the nonselect condition |
params |
parameter sheet object |
xDepthDrops |
table listing the relative drop for variants in xCounts table |
xCounts |
marginal or all counts table |
xSplitChanges |
table with split codon changes for variants in xCounts |
xTiles |
tile assignments for each variant in xCounts table |
mc.cores |
number of processes to run in parallel for multi-core processing |
allVariants |
flag, whether the xCounts table contains all variants |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.