Learn R Programming

vcfR (version 1.0.0.9000)

show,chromR-method: chromR methods

Description

chromR methods

Usage

# S4 method for chromR
show(object)

# S4 method for chromR names(x)

# S4 method for chromR head(x)

# S4 method for chromR plot(x, y, ...)

windowize(x, win.size = 1000, max.win = 10000)

Arguments

object

an object of class chromR

x

an object of class chromR

y

some sort of object???

...

Arguments to be passed to methods

win.size

window size, in base pairs

max.win

maximum window size

Details

Reads in a vcf file and stores it in a chromR class.