View source: R/SampleMutations.R
get_data_avail_for_sampling | R Documentation |
Function that returns the indices of data that is available for sampling given that one can choose to only sample SNVs, sample both SNVs and CNAs or remove SNVs alltogether
get_data_avail_for_sampling(dataset, sample.snvs.only, remove.snvs)
dataset |
A dataset object |
sample.snvs.only |
Boolean that if set to TRUE samples SNVs only. CNA indices should then lateron be added manually if they need to stay in the dataset |
remove.snvs |
A boolean that if set to TRUE removes the SNVs from the dataset and returns just the CNA indices |
A list of indices representing the data that can be sampled under the given restrictions
sd11
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.