RClone is a R package version of GenClone program: to analyse data (SSR, SNP, ...), test for clonality and describe spatial clonal organisation.
RClone allows:
- Description of data set
- discrimination of MLG (MultiLocus Genotypes);
- test for reliability of data (in terms of loci and sampling).
- Determination of MLL (MultiLocus Lineages)
- psex/psex Fis with pvalue computation;
- genetic distance matrix computation and threshold definition.
- Genotypic diversity and evenness indices calculation
- Simpson complement;
- Shannon-Wiener diversity and evenness indices;
- Hill's Simpson reciprocal;
- Pareto index.
- Spatial organisation of MLG/MLL
- spatial autocorrelation methods;
- clonal subrange estimation;
- Aggregation index and Edge Effect estimation.
Some of these analysis can be applied to dataset without clones.
Get the lastest development version from github:
#install.packages("devtools")
devtools::install_github("dbailleul/RClone")
library(RClone)
or the released version from CRAN:
install.packages("RClone")
And then, generate manuals:
vignette("RClone_quickmanual") #analysing one population
vignette("RClone_qmsevpops") #analysing several populations