View source: R/dataprocessing_functions.R
getProfiles | R Documentation |
This function includes all profiles in a list
getProfiles(segcn, samples)
segcn |
segment table of copy numbers of all samples |
samples |
vector with sample names |
list of profiles
profiles <- getProfiles(segcn=cells_segcn, samples=unique(cells_segcn$sample))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.