View source: R/get_cn_ploidy.R
get_cn_ploidy | R Documentation |
Get Ploidy from Absolute Copy Number Profile
get_cn_ploidy(data)
data |
a CopyNumber object or a |
a value or a data.table
# Load copy number object
load(system.file("extdata", "toy_copynumber.RData",
package = "sigminer", mustWork = TRUE
))
df <- get_cn_ploidy(cn)
df
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.