control-methods: Get control counts

Description Usage Arguments Value Examples

Description

Convenience function to obtain the control counts from a deepSNV object.

Usage

1
2
3
4
control(deepSNV, ...)

## S4 method for signature 'deepSNV'
control(deepSNV, total = FALSE)

Arguments

deepSNV

a deepSNV-class object

...

Additional param passed to specific methods

total

Logical. If true the sum of both strands is returned

Value

A matrix with the absolute frequencies summed over both strands.

Examples

1
2
3
data(HIVmix)
control(HIVmix)[1:10,]
control(HIVmix, total=TRUE)[1:10,]

deepSNV documentation built on Nov. 8, 2020, 8:01 p.m.