Learn R Programming

PSCBS (version 0.67.0)

ploidy.AbstractCBS: Gets and sets ploidy

Description

Gets and sets ploidy.

Usage

# S3 method for AbstractCBS
ploidy(fit, ...)
  # S3 method for AbstractCBS
ploidy(fit) <- value

Value

Returns (invisibly) an updated object.

Arguments

fit

An AbstractCBS object.

value

An integer (in \(1,2,\ldots\)) specifying the genome ploidy .

...

Not used.

Author

Henrik Bengtsson

See Also

For more information see AbstractCBS..