Annotates recurrent CNVs from a data frame with CNV data.

annotate_recurrent_cnv(seg_df, seg_file)

Arguments

seg_df

Data frame of sequences with start and end coordinates.

seg_file

Optional argument to read sequences from file (currently not used in function).

Value

Nothing.

Details

This function takes a data frame with CNVs (seq_df) and annotates recurrent CNVs.

Examples

if (FALSE) {
my_segs = get_sample_cn_segments(this_sample_id = "HTMCP-01-06-00422-01A-01D")
annotated = annotate_recurrent_cnv(seg_df = my_segs)
}