View source: R/dataprocessing_functions.R
getCINSamp | R Documentation |
This function filters out samples with <20 CNAs
getCINSamp(profiles)
profiles |
list of profiles |
vector with sample names
profiles <- getProfiles(segcn=cells_segcn, samples=unique(cells_segcn$sample)[1:10]) cin.samples<-getCINSamp(profiles)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.