copy_number | R Documentation |
The function returns copy number.
copy_number(x, log2_transform = FALSE, offset = 1)
x |
An object of |
log2_transform |
A logical scalar. Default to FALSE. |
offset |
A numeric scalar. It is only applicable when log2 transform is carried out. Default to 1. |
A matrix.
getCN
returns the log2 value of meth + unmeth. If
the sum is zero, NA
is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.