FindRhoParameterCrossValidation(PlinkFileName,LocationFileName,MaxIts=6,MaxGridLength=20)
ConvertPEDData
for converting Plink PED files into a format appropriate for analysis,FitOriGenModel
for fitting allele surfaces to the converted data,
PlotAlleleFrequencySurface
for a quick way to plot the resulting allele frequency surfaces from FitOriGenModel
,
ConvertUnknownPEDData
for converting two Plink PED files (known and unknown)into a format appropriate for analysis,
FitOriGenModelFindUnknowns
for fitting allele surfaces to the converted data and finding the locations of the given unknown individuals,
PlotUnknownHeatMap
for a quick way to plot the resulting unknown heat map surfaces from FitOriGenModelFindUnknowns
,;
FitAdmixedModelFindUnknowns
for fitting allele surfaces to the converted data and finding the locations of the given unknown individuals who may be admixed,
PlotAdmixedSurface
for a quick way to plot the resulting admixture surfaces from FitAdmixedFindUnknowns
,
RankSNPsLRT
for reducing the number of SNPs using a likelihood ratio test criteria or informativeness for assignment,
#Note that Plink files "10SNPs.ped", "10SNPs.map" and also "Locations.txt"
#are included in the data folder of the OriGen package.
#Please navigate to the appropriate location before testing
#the following commands.
trials5=FindRhoParameterCrossValidation("10SNPs","Locations.txt",
MaxIts=4,MaxGridLength=20)
trials5
Run the code above in your browser using DataLab