View source: R/quantifydiff_functions.R
getDifference | R Documentation |
This function computes the % genome difference
getDifference(events, events_2, method = "non-normalized")
events |
segment table with absolute copy numbers of one sample |
events_2 |
segment table with absolute copy numbers of the other sample |
method |
method used for calculating difference. Options are "normalized" or "non-normalized" by ploidy status. Default is "non-normalized" |
% genome difference between two copy-number profiles
diff<-getDifference(events=cells_segcn[cells_segcn$sample=="OVKATE",], events_2=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.