identifiler | R Documentation |
Names of the alleles in the Applied Biosystem identifiler allelic ladder.
data(identifiler)
A list with 4 components for the four fluorochromes.
a list of 4 loci
a list of 5 loci
a list of 4 loci
a list of 3 loci
data(identifiler)
op <- par(no.readonly = TRUE)
par(mar = c(3,8,4,2)+0.1)
allcount <- unlist(lapply(identifiler, function(x) lapply(x, length)))
barplot(allcount[order(allcount)], horiz = TRUE, las = 1,
main = "Allele count per locus", col = "lightblue")
par(op)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.