Extract {deepSNV}R Documentation

Subsetting for deepSNV objects.

Description

Subsetting for deepSNV objects.

Usage

## S4 method for signature 'deepSNV,ANY,ANY,ANY'
x[i, j]

Arguments

x

A deepSNV-class object.

i

Row indeces.

j

Column (nucleotide) indeces.

Value

A deepSNV-class object.

Author(s)

Moritz Gerstung

Examples

data(HIVmix)
HIVmix[1:10,]

[Package deepSNV version 1.34.1 Index]