Releases: HannahVMeyer/PhenotypeSimulator
Releases · HannahVMeyer/PhenotypeSimulator
v0.3.3
PhenotypeSimulator 0.3.3
Minor changes
- Fixed bug that failed to return causal SNP name when only one SNP was chosen
to be causal issue
13.
PhenotypeSimulator 0.3.2 (unreleased)
Minor changes
v0.3.1
Minor update from v.0.3.0:
Adapted output file names for genotypes consistent with other filenames
from genotypes.txt to Genotypes.txt
v0.3.0
Major changes from version 0.2.2 to version 0.3:
- Add option for non-linear transformation of simulated phenotypes: function (transformNonlinear)[https://github.com/HannahVMeyer/PhenotypeSimulator/blob/master/R/createphenotypeFunctions.R], accessible from runSimulation. Both transformed and original phenotypes are automatically returned with savePheno
- Replace parameter 'oxgen' in readStandardGenotypes and getCausalSNPs with 'format' - ensures proper
specification of genotype format for all cases.
Minor changes from version 0.2.2 to version 0.3
- In addition to full kinship, savePheno and writeStandardOutput write eigenvalues and eigenvalues of kinship matrix.
- Output file names have been made more consistent in savePheno and writeStandardOutput.
- Causal SNPs are now also saved in specified standard output format.
- LiMMBo has been added as output format in savePheno and writeStandardOutput(LiMMBo format)
PhenotypeSimulator 0.2.2
Update readStandardGenotypes to be compatible with latest release of data.table (v1.11.2), see here