getAlleleCount | R Documentation |
Extracts the counts of allele for either the mutant or all the non-mutant alleles
getAlleleCount(mutcall, type = c("mutant", "nonmutant"))
mutcall |
object of class |
type |
character that is either 'mutant' or 'nonmutant' depending on which allele count the user wants to access |
Returns matrix of either mutant or non-mutant allele counts
load(system.file("extdata/LudwigFig7.Rda",package = "mitoClone2"))
mutantAllele_count <- getAlleleCount(LudwigFig7,type='mutant')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.