View source: R/quantifydiff_functions.R
getPloidy | R Documentation |
This function calculate the overall ploidy of samples by computing the weighted mean copy number values of all segments
getPloidy(events)
events |
dataframe with segments of the sample |
ploidy status of the sample
exp_cell=cells_segcn[cells_segcn$sample=="22RV1",] ploidy<-getPloidy(exp_cell)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.