File tree Expand file tree Collapse file tree 1 file changed +54
-16
lines changed Expand file tree Collapse file tree 1 file changed +54
-16
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,9 @@ Dataset
86
86
Methods
87
87
=======
88
88
89
+ Basic genetics statistics
90
+ -------------------------
91
+
89
92
.. autosummary ::
90
93
:toctree: generated/
91
94
@@ -95,34 +98,69 @@ Methods
95
98
count_cohort_alleles
96
99
count_variant_alleles
97
100
count_variant_genotypes
101
+ variant_stats
102
+ sample_stats
103
+
104
+ Population genetic statistics
105
+ -----------------------------
106
+
107
+ .. autosummary ::
108
+ :toctree: generated/
109
+
98
110
divergence
99
111
diversity
100
112
Fst
101
113
Garud_H
102
- genee
103
- genomic_relationship
104
- gwas_linear_regression
105
- hardy_weinberg_test
106
- hybrid_inverse_relationship
107
- hybrid_relationship
108
- identity_by_state
109
114
individual_heterozygosity
110
- ld_matrix
111
- ld_prune
112
- maximal_independent_set
113
115
observed_heterozygosity
114
- pairwise_distance
115
116
pbs
117
+ Tajimas_D
118
+
119
+ Relatedness
120
+ -----------
121
+
122
+ .. autosummary ::
123
+ :toctree: generated/
124
+
125
+ Weir_Goudet_beta
126
+ genomic_relationship
127
+ pc_relate
116
128
pedigree_contribution
117
129
pedigree_inbreeding
118
130
pedigree_inverse_kinship
119
131
pedigree_kinship
120
- pc_relate
132
+ hybrid_inverse_relationship
133
+ hybrid_relationship
134
+ identity_by_state
135
+
136
+ Linkage Disequilibrium
137
+ ----------------------
138
+
139
+ .. autosummary ::
140
+ :toctree: generated/
141
+
142
+ ld_matrix
143
+ ld_prune
144
+
145
+ Genetic Association and Regression
146
+ ----------------------------------
147
+
148
+ .. autosummary ::
149
+ :toctree: generated/
150
+
151
+ gwas_linear_regression
121
152
regenie
122
- sample_stats
123
- Tajimas_D
124
- variant_stats
125
- Weir_Goudet_beta
153
+ hardy_weinberg_test
154
+ genee
155
+
156
+ Miscellaneous
157
+ -------------
158
+
159
+ .. autosummary ::
160
+ :toctree: generated/
161
+
162
+ maximal_independent_set
163
+ pairwise_distance
126
164
127
165
Utilities
128
166
=========
You can’t perform that action at this time.
0 commit comments