Description Usage Arguments Details Value Author(s) References See Also Examples
Plots an histogram of microsatellite fragment sizes obtained after the scoring of electrophoresis results
1 | AlleleHist(DataBase, marker, limits=0.01, ticks=1)
|
DataBase |
A data base with loci and fragment size information |
marker |
The locus to be plotted |
limits |
The width of histogram classes |
ticks |
The interval between two consecutive tick marks on the x axis |
The generated plot is usefull to analyze the total variation of fragment sizes obtained for a given locus. It will allow the detection of range were 1bp mutation may have occurred
An histogram with the frequency of the fragment sizes scored for a given locus in the data Base
Filipe Alberto
Alberto F. MsatAllele_1.0: an R package to visualize the binning of microsatellite alleles Journal of Heredity. 100(3):394,397
1 2 | data(DBase)
AlleleHist(DBase,"BC-4",0.01,1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.