Learn R Programming

deepSNV (version 1.18.3)

coordinates: Get coordinates

Description

Convenience function to get the coordinates from a deepSNV object.

Usage

coordinates(deepSNV, ...)
"coordinates"(deepSNV)

Arguments

deepSNV
a deepSNV-class object
...
Additional param passed to specific methods

Value

A data.frame with columns "chrom(osome)" and "pos(ition)".

Examples

Run this code
data(HIVmix)
coordinates(HIVmix)[1:10,]

Run the code above in your browser using DataLab