
Last chance! 50% off unlimited learning
Sale ends in
ConvertMicrosatData(DataFileName,LocationFileName)
ConvertMicrosatData
for converting Microsatellite data files into a format appropriate for analysis,
ConvertPEDData
for converting Plink PED files into a format appropriate for analysis,
FitMultinomialModel
for fitting allele surfaces to the converted Microsatellite data,
PlotAlleleFrequencySurface
for a quick way to plot the resulting allele frequency surfaces from FitOriGenModel
or FitMultinomialModel
,;
#Note that sample files MicrosatTrialDataSmall.txt and
#LocationTrialDataSmall.txt are included in data for formatting.
#Note that this was done to allow inclusion of the test data in the package.
## Not run: MicrosatDataSmall=ConvertMicrosatData("MicrosatTrialDataSmall.txt",
# "LocationTrialDataSmall.txt")## End(Not run)
## Not run: str(MicrosatDataSmall)
## Not run: MicrosatAnalysisSmall=FitMultinomialModel(MicrosatDataSmall$DataArray,
# MicrosatDataSmall$SampleCoordinates,MaxGridLength=20)## End(Not run)
## Not run: str(MicrosatAnalysisSmall)
## Not run: PlotAlleleFrequencySurface(MicrosatAnalysisSmall)
Run the code above in your browser using DataLab