Learn R Programming

PSCBS (version 0.38.4)

ploidy.AbstractCBS: Gets and sets ploidy

Description

Gets and sets ploidy.

Usage

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

Arguments

fit
An AbstractCBS object.
value
An integer (in $1,2,\ldots$) specifying the genome ploidy .
...
Not used.

Value

  • Returns (invisibly) an updated object.

See Also

For more information see AbstractCBS..