Learn R Programming

vcfR (version 1.0.0)

show,chromR-method: chromR methods

Description

chromR methods

Usage

## S3 method for class 'chromR':
show(object)

## S3 method for class 'chromR': names(x)

## S3 method for class 'chromR': head(x)

## S3 method for class '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.