map_noisy_segments | R Documentation |
map_noisy_segments
takes in a genomic region on chromosome chr
between start_pos
and end_pos
and produces a named list of vectors to be passed to curate_segments
indicating a mapping between each segment and the most common segment in the region
map_noisy_segments(cna, chrom, start_pos, end_pos)
cna |
a data.table containing the bin-level copy number calls |
chrom |
the chromosome of interest |
start_pos |
the start position of the mapping |
end_pos |
the end position of the mapping - the segments of interest must have end <= this number |
a named list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.