print.kataegisList: Print function for kataegisList

Description Usage Arguments Details Value Author(s) Examples

Description

Print function for kataegisList

Usage

1
2
## S3 method for class 'kataegisList'
print(x, ...)

Arguments

x

a kataegisList produced by kataegis

...

passed to what?

Details

What is a kataegis plot and how is kataegis defined?

Value

none

Author(s)

Jonatha Ellis <jonathan.j.ellis@gmail.com>

Examples

1
2
3
4
5
6
7
## Not run: 
vcf.file <- system.file('extdata', 'example.vcf',
  package = 'GenomicVis')
x <- kataegis(vcf.file)
print(x)

## End(Not run)

jjellis/GenomicVis documentation built on May 19, 2019, 11:39 a.m.