about summary refs log tree commit diff
AgeCommit message (Expand)Author
4 daysRequire that (chromosome, position) in genotype frames is unique. HEAD mainArun Isaac
4 daysRestrict reference to single character.Arun Isaac
4 daysDo not drop zero standard deviation SNPs with --only-center.Arun Isaac
4 daysRemove unnecessary is_phenotype_metadata_column import.Arun Isaac
4 daysExplain why SNPs are being dropped.Arun Isaac
4 daysMove SNP deletion out of encrypt_genotype function.Arun Isaac
4 daysRecognize "intercept" as a phenotype metadata column.Arun Isaac
4 daysRemove key_blocks variable name in click.option.Arun Isaac
2026-01-16Add --key-blocks argument.Arun Isaac
2026-01-16Allow generation of block diagonal keys.Arun Isaac
2026-01-16Add BlockDiagonalMatrix.Arun Isaac
2026-01-16Remove unnecessary imports from test_serialization.py.Arun Isaac
2026-01-16Add --only-center option.Arun Isaac
2026-01-16Separate centering from normalization.Arun Isaac
2026-01-16Link to RFC2119 for definition of capitalized terms.Arun Isaac
2026-01-16Add intercept column in phenotypes file.Arun Isaac
2026-01-15Add --version option.Arun Isaac
2026-01-15Allow passing in a key.Arun Isaac
2025-12-01README: Add FAQ about standardization.Arun Isaac
2025-11-28Handle absent optional reference column.Arun Isaac
2025-11-28Clarify that only one of pip or Guix is required.Arun Isaac
2025-11-13Disable tests for julia-jwas.Arun Isaac
2025-11-13Depend explicitly on the guix-rust-past-crates channel.Arun Isaac
2025-11-13Add JWAS tests to HSmice test.Arun Isaac
2025-11-13Fold line.Arun Isaac
2025-11-13Parameterize query when checking for the QTL.Arun Isaac
2025-11-12Replace python-hypothesis-next with python-hypothesis.Arun Isaac
2025-09-08Link to PlantUML images built by the CI.Arun Isaac
2025-09-08Specify PlantUML output filenames.Arun Isaac
2025-09-08Replace PlantUML image generation script with Guix computed-file.Arun Isaac
2025-09-08Hint at pyhegp commands in UML visualization.Arun Isaac
2025-09-08Add @startuml and @enduml tags.Arun Isaac
2025-09-08Split up hsmice test into smaller computed files.Arun Isaac
2025-09-08Exclude .guix and e2e-tests from the pyhegp package.Arun Isaac
2025-09-08Detail SNP dropping.Arun Isaac
2025-09-08Update README instructions with phenotype encryption.Arun Isaac
2025-09-08Comment on QTL checking code.Arun Isaac
2025-09-06Update r-mixed-model-gwas to 1.3.1.Arun Isaac
2025-09-06Add end-to-end tests for hsmice dataset.Arun Isaac
2025-09-06Construct empty genotype frame using series.Arun Isaac
2025-09-06Roll cat_data_frames into cat_genotype.Arun Isaac
2025-09-06Catenate phenotype frames along the index.Arun Isaac
2025-09-06Split catenable phenotype frames along the index.Arun Isaac
2025-09-06Generalize split_data_frame to split along any axis.Arun Isaac
2025-09-06Simplify split_data_frame so it is more composable.Arun Isaac
2025-09-05Generate unique SNPs in genotype frames without dropping duplicates.Arun Isaac
2025-09-05Deduplicate genotype frame metadata generation.Arun Isaac
2025-09-05Drop SNPs with a zero standard deviation.Arun Isaac
2025-09-05Fix typo in comment: tha->that.Arun Isaac
2025-09-04Avoid wildcard import from helpers.strategies.Arun Isaac