annotate_recurrent_cnv.Rd
Annotates recurrent CNVs from a data frame with CNV data.
annotate_recurrent_cnv(seg_df, seg_file)
Data frame of sequences with start and end coordinates.
Optional argument to read sequences from file (currently not used in function).
Nothing.
This function takes a data frame with CNVs (seq_df
) and annotates recurrent CNVs.
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)
}