## Not run:
# ## To locate this dataset in your filesystem, use:
#
# gDataFile <- system.file("extdata/FR_Genotype.csv",
# package="PolyPatEx")
# print(gDataFile)
#
# ## To load this file using PolyPatEx's 'inputData' function, use:
#
# gData <- inputData(gDataFile,
# numLoci=7,
# ploidy=4,
# dataType="genotype",
# dioecious=TRUE,
# mothersOnly=TRUE)
#
# ## ...or use 'mothersOnly=FALSE' if you wish to retain
# ## non-maternal females in the dataset.
#
# ## gData now contains the checked and preprocessed allele dataset,
# ## ready to be passed to other PolyPatEx analysis functions.
# ## End(Not run)
Run the code above in your browser using DataLab