View source: R/quantifydiff_functions.R
unifySegments | R Documentation |
This function unifies boundaries of copy-number segments. Before to apply this function, please double-check that both profiles include the same chromosomes
unifySegments(posSeg, data, window = 1e+05)
posSeg |
dataframe with segments of the reference sample |
data |
dataframe with segments of the experimental model |
window |
boundary margin for smoothing segments. Default is 100000 |
dataframe with segments of the model aligned to those in reference
unify<-unifySegments(posSeg=cells_segcn[cells_segcn$sample=="OVKATE",], data=cells_segcn[cells_segcn$sample=="OV-90",])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.