From 4f19436d51be0a9e278183663d1dec3c1700f30d Mon Sep 17 00:00:00 2001 From: ielis Date: Fri, 13 Sep 2024 19:13:01 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20monarch-?= =?UTF-8?q?initiative/gpsea@1328f14afb305ecc7e060f01cdfa9e12763a2f81=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- latest/_sources/apidocs/gpsea.data.rst.txt | 7 - latest/_sources/apidocs/gpsea.rst.txt | 1 - latest/apidocs/gpsea.analysis.html | 1 - latest/apidocs/gpsea.analysis.mtc_filter.html | 1 - latest/apidocs/gpsea.analysis.pcats.html | 1 - .../apidocs/gpsea.analysis.pcats.stats.html | 1 - .../gpsea.analysis.predicate.genotype.html | 1 - latest/apidocs/gpsea.analysis.predicate.html | 1 - .../gpsea.analysis.predicate.phenotype.html | 1 - latest/apidocs/gpsea.analysis.pscore.html | 1 - .../apidocs/gpsea.analysis.pscore.stats.html | 5 +- latest/apidocs/gpsea.data.html | 137 --- latest/apidocs/gpsea.html | 2 - latest/apidocs/gpsea.model.genome.html | 1 - latest/apidocs/gpsea.model.html | 5 +- latest/apidocs/gpsea.preprocessing.html | 1 - latest/apidocs/gpsea.view.html | 1 - latest/genindex.html | 9 - latest/objects.inv | Bin 6956 -> 6936 bytes latest/py-modindex.html | 5 - latest/searchindex.js | 2 +- .../gpsea/analysis/mtc_filter/_impl.html | 259 ++++-- .../_modules/gpsea/analysis/pcats/_impl.html | 145 +-- .../gpsea/analysis/pcats/stats/_stats.html | 6 +- .../gpsea/analysis/predicate/_api.html | 6 +- .../analysis/predicate/genotype/_api.html | 6 +- .../analysis/predicate/genotype/_counter.html | 9 +- .../predicate/genotype/_gt_predicates.html | 607 ++++++------- .../analysis/predicate/genotype/_variant.html | 32 +- .../analysis/predicate/phenotype/_pheno.html | 48 +- .../analysis/predicate/phenotype/_util.html | 10 +- .../_modules/gpsea/analysis/pscore/_api.html | 6 +- .../_modules/gpsea/analysis/pscore/_impl.html | 6 +- .../gpsea/analysis/pscore/stats/_stats.html | 6 +- stable/_modules/gpsea/config.html | 6 +- stable/_modules/gpsea/data/_toy.html | 430 --------- stable/_modules/gpsea/io.html | 6 +- stable/_modules/gpsea/model/_base.html | 6 +- stable/_modules/gpsea/model/_cohort.html | 6 +- stable/_modules/gpsea/model/_gt.html | 6 +- stable/_modules/gpsea/model/_phenotype.html | 6 +- stable/_modules/gpsea/model/_protein.html | 6 +- stable/_modules/gpsea/model/_tx.html | 6 +- stable/_modules/gpsea/model/_variant.html | 6 +- .../gpsea/model/_variant_effects.html | 109 ++- .../_modules/gpsea/model/genome/_genome.html | 6 +- stable/_modules/gpsea/preprocessing/_api.html | 6 +- .../_modules/gpsea/preprocessing/_audit.html | 6 +- .../_modules/gpsea/preprocessing/_config.html | 8 +- .../gpsea/preprocessing/_generic.html | 6 +- .../gpsea/preprocessing/_patient.html | 6 +- .../gpsea/preprocessing/_phenopacket.html | 6 +- .../gpsea/preprocessing/_phenotype.html | 6 +- .../gpsea/preprocessing/_protein.html | 6 +- .../gpsea/preprocessing/_uniprot.html | 92 +- .../gpsea/preprocessing/_variant.html | 6 +- stable/_modules/gpsea/preprocessing/_vep.html | 6 +- stable/_modules/gpsea/preprocessing/_vv.html | 6 +- stable/_modules/gpsea/view/_cohort.html | 6 +- .../gpsea/view/_cohort_variant_viewer.html | 277 ++++++ stable/_modules/gpsea/view/_disease.html | 6 +- stable/_modules/gpsea/view/_formatter.html | 6 +- .../gpsea/view/_phenotype_analysis.html | 192 ++++ .../_modules/gpsea/view/_protein_viewer.html | 6 +- .../gpsea/view/_protein_visualizable.html | 6 +- .../gpsea/view/_protein_visualizer.html | 6 +- stable/_modules/gpsea/view/_stats.html | 23 +- stable/_modules/gpsea/view/_txp.html | 6 +- stable/_modules/index.html | 9 +- stable/_sources/apidocs/gpsea.data.rst.txt | 7 - stable/_sources/apidocs/gpsea.rst.txt | 1 - stable/_sources/index.rst.txt | 4 +- stable/_sources/tutorial.rst.txt | 67 +- stable/_sources/user-guide/index.rst.txt | 9 +- stable/_sources/user-guide/input-data.rst.txt | 2 +- stable/_sources/user-guide/mtc.rst.txt | 150 ++-- stable/_sources/user-guide/predicates.rst.txt | 497 +---------- .../{ => predicates}/devries.rst.txt | 0 .../predicates/diagnosis_predicate.rst.txt | 21 + .../predicates/genotype_predicates.rst.txt | 32 + .../predicates/groups_predicate.rst.txt | 41 + .../predicates/hpo_predicate.rst.txt | 87 ++ .../predicates/male_female_predicate.rst.txt | 21 + .../mode_of_inheritance_predicate.rst.txt | 93 ++ .../phenotype_predicates.rst.txt | 1 + .../predicates/variant_predicates.rst.txt | 168 ++++ stable/_sources/user-guide/stats.rst.txt | 27 +- stable/_static/documentation_options.js | 2 +- stable/apidocs/gpsea.analysis.html | 8 +- stable/apidocs/gpsea.analysis.mtc_filter.html | 106 ++- stable/apidocs/gpsea.analysis.pcats.html | 35 +- .../apidocs/gpsea.analysis.pcats.stats.html | 7 +- .../gpsea.analysis.predicate.genotype.html | 215 +++-- stable/apidocs/gpsea.analysis.predicate.html | 17 +- .../gpsea.analysis.predicate.phenotype.html | 40 +- stable/apidocs/gpsea.analysis.pscore.html | 7 +- .../apidocs/gpsea.analysis.pscore.stats.html | 11 +- stable/apidocs/gpsea.config.html | 6 +- stable/apidocs/gpsea.data.html | 142 --- stable/apidocs/gpsea.html | 13 +- stable/apidocs/gpsea.io.html | 6 +- stable/apidocs/gpsea.model.genome.html | 7 +- stable/apidocs/gpsea.model.html | 52 +- stable/apidocs/gpsea.preprocessing.html | 16 +- stable/apidocs/gpsea.view.html | 51 +- stable/apidocs/modules.html | 6 +- stable/genindex.html | 150 ++-- stable/index.html | 10 +- stable/installation.html | 6 +- stable/objects.inv | Bin 6542 -> 6936 bytes stable/py-modindex.html | 11 +- stable/search.html | 6 +- stable/searchindex.js | 2 +- stable/tutorial.html | 823 +++++++++++++++--- stable/user-guide/autosomal_recessive.html | 7 +- stable/user-guide/exploratory.html | 7 +- stable/user-guide/general_hpo_terms.html | 6 +- stable/user-guide/glossary.html | 7 +- stable/user-guide/index.html | 13 +- stable/user-guide/input-data.html | 9 +- stable/user-guide/mtc.html | 111 +-- stable/user-guide/phenotype_predicates.html | 143 --- stable/user-guide/predicates.html | 516 +---------- .../user-guide/{ => predicates}/devries.html | 95 +- .../predicates/diagnosis_predicate.html | 161 ++++ .../predicates/genotype_predicates.html | 167 ++++ .../predicates/groups_predicate.html | 175 ++++ .../user-guide/predicates/hpo_predicate.html | 215 +++++ .../predicates/male_female_predicate.html | 158 ++++ .../mode_of_inheritance_predicate.html | 241 +++++ .../predicates/phenotype_predicates.html | 153 ++++ .../predicates/variant_predicates.html | 305 +++++++ stable/user-guide/stats.html | 201 ++--- 133 files changed, 4937 insertions(+), 3368 deletions(-) delete mode 100644 latest/_sources/apidocs/gpsea.data.rst.txt delete mode 100644 latest/apidocs/gpsea.data.html delete mode 100644 stable/_modules/gpsea/data/_toy.html create mode 100644 stable/_modules/gpsea/view/_cohort_variant_viewer.html create mode 100644 stable/_modules/gpsea/view/_phenotype_analysis.html delete mode 100644 stable/_sources/apidocs/gpsea.data.rst.txt rename stable/_sources/user-guide/{ => predicates}/devries.rst.txt (100%) create mode 100644 stable/_sources/user-guide/predicates/diagnosis_predicate.rst.txt create mode 100644 stable/_sources/user-guide/predicates/genotype_predicates.rst.txt create mode 100644 stable/_sources/user-guide/predicates/groups_predicate.rst.txt create mode 100644 stable/_sources/user-guide/predicates/hpo_predicate.rst.txt create mode 100644 stable/_sources/user-guide/predicates/male_female_predicate.rst.txt create mode 100644 stable/_sources/user-guide/predicates/mode_of_inheritance_predicate.rst.txt rename stable/_sources/user-guide/{ => predicates}/phenotype_predicates.rst.txt (94%) create mode 100644 stable/_sources/user-guide/predicates/variant_predicates.rst.txt delete mode 100644 stable/apidocs/gpsea.data.html delete mode 100644 stable/user-guide/phenotype_predicates.html rename stable/user-guide/{ => predicates}/devries.html (75%) create mode 100644 stable/user-guide/predicates/diagnosis_predicate.html create mode 100644 stable/user-guide/predicates/genotype_predicates.html create mode 100644 stable/user-guide/predicates/groups_predicate.html create mode 100644 stable/user-guide/predicates/hpo_predicate.html create mode 100644 stable/user-guide/predicates/male_female_predicate.html create mode 100644 stable/user-guide/predicates/mode_of_inheritance_predicate.html create mode 100644 stable/user-guide/predicates/phenotype_predicates.html create mode 100644 stable/user-guide/predicates/variant_predicates.html diff --git a/latest/_sources/apidocs/gpsea.data.rst.txt b/latest/_sources/apidocs/gpsea.data.rst.txt deleted file mode 100644 index 2940ee0e8..000000000 --- a/latest/_sources/apidocs/gpsea.data.rst.txt +++ /dev/null @@ -1,7 +0,0 @@ -gpsea.data package -================== - -.. automodule:: gpsea.data - :members: - :undoc-members: - :show-inheritance: diff --git a/latest/_sources/apidocs/gpsea.rst.txt b/latest/_sources/apidocs/gpsea.rst.txt index 69d0030f8..ba30e3729 100644 --- a/latest/_sources/apidocs/gpsea.rst.txt +++ b/latest/_sources/apidocs/gpsea.rst.txt @@ -13,7 +13,6 @@ Subpackages :maxdepth: 2 gpsea.analysis - gpsea.data gpsea.model gpsea.preprocessing gpsea.view diff --git a/latest/apidocs/gpsea.analysis.html b/latest/apidocs/gpsea.analysis.html index 4eb521b07..7c90e304f 100644 --- a/latest/apidocs/gpsea.analysis.html +++ b/latest/apidocs/gpsea.analysis.html @@ -62,7 +62,6 @@
  • gpsea package