callrate {ASRgenomics}R Documentation

Estimates call rate

Description

Estimates call rate

Usage

callrate(M = NULL, margin = c("row", "col"))

Arguments

M

The additive n \times p matrix with any coding (default = NULL).

margin

A character indicating the margin for call rate calculations. Options are: row and col (default = row).

Value

A vector containing the call rate.


[Package ASRgenomics version 1.1.4 Index]