change_spot | R Documentation |
Add a deletion or an insertion in a given segment
change_spot(parent_ploidy, mutation_spots, changes)
parent_ploidy |
vector of integers, CNV value in the parent clone |
mutation_spots |
vector of integers, index of the segmnts to be changed in the parent |
changes |
list of integers, indicating for each ploidy status the allowed changes (e.g., list('1' = c(1,2)) since we cannot go to 0 copies) |
the vector with the new subclonal ploidy
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.