extractRawCopyNumbers.CopyNumberChromosomalModel | R Documentation |
Extracts relative copy numbers for a particular array and chromosome.
## S3 method for class 'CopyNumberChromosomalModel'
extractRawCopyNumbers(this, array, chromosome, ..., logBase=2, cache=FALSE, force=FALSE,
verbose=FALSE)
array |
The index of the array to be extracted. |
chromosome |
The index of the chromosome to be extracted. |
... |
See subclasses. |
logBase |
(optional) The base of the logarithm used for the ratios.
If |
cache |
If |
force |
If |
verbose |
See |
See subclasses.
Except for an in-object caching (cache=TRUE
), this method
access data solely in an read-only fashion.
This method is safe to call with different arrays and/or
chromosomes in parallel.
Henrik Bengtsson
For more information see CopyNumberChromosomalModel
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.