View source: R/get_cn_freq_table.R
get_cn_freq_table | R Documentation |
Get CNV Frequency Table
get_cn_freq_table(
data,
genome_build = "hg19",
cutoff = 2L,
resolution_factor = 1L
)
data |
a |
genome_build |
genome build version, used when |
cutoff |
copy number value cutoff for splitting data into AMP and DEL.
The values equal to cutoff are discarded. Default is |
resolution_factor |
an integer to control the resolution.
When it is |
a data.table
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.