Make a presence / absence table for CNVs Melts the CNV table on sample name. The output table has the columns "New.CNV_ID_ext", "chr", "start", "end", "Index", "Type", plus any extra columns passed in the 'extra_columns' parameter
1 | make_presence_absence_table(cnv_table, extra_columns = NULL)
|
cnv_table |
data.table; Table of CNV information |
extra_columns |
character vector; vector of additional columns to include in output. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.