Learn R Programming

PSCBS (version 0.67.0)

getSmoothLocusData.CBS: Gets smoothed locus-level data

Description

Gets smoothed locus-level data.

Usage

# S3 method for CBS
getSmoothLocusData(fit, by, ...)

Value

Returns a data.frame where the first three columns are 'chromosome', 'x' (position), and 'count' (number of loci average over for the given bin), and the remaining ones are the smoothed locus-level data.

Arguments

fit

An CBS object.

by

A numeric scalar specifying the bin size.

...

Not used.

Author

Henrik Bengtsson

See Also

For more information see CBS.