View source: R/dataprocessing_functions.R
getCINProfiles | R Documentation |
This function select samples with detectable CIN
getCINProfiles(segcn, samples)
segcn |
segment table of copy numbers of all samples |
samples |
vector with sample names |
segment table of copy numbers of samples with detectable CIN
cin.profiles <- getCINProfiles(segcn=cells_segcn, samples=unique(cells_segcn$sample)[1:10])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.