Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

identifiler

Identifiler allele names


Description

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

Usage

data(identifiler)

Format

A list with 4 components for the four fluorochromes.

FAM

a list of 4 loci

VIC

a list of 5 loci

NED

a list of 4 loci

PET

a list of 3 loci

Examples

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)

seqinr

Biological Sequences Retrieval and Analysis

v4.2-16
GPL (>= 2)
Authors
Delphine Charif [aut], Olivier Clerc [ctb], Carolin Frank [ctb], Jean R. Lobry [aut, cph], Anamaria Necşulea [ctb], Leonor Palmeira [ctb], Simon Penel [cre], Guy Perrière [ctb]
Initial release
2022-05-19

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.