Learn R Programming

seqinr (version 3.1-2)

identifiler: Identifiler allele names

Description

Names of the alleles in the Applied Biosystem identifiler allelic ladder.

Usage

data(identifiler)

Arguments

Examples

Run this code
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)

Run the code above in your browser using DataLab