Skip to content

Commit 1e03be2

Browse files
Merge pull request #839 from malariagen/amin1.0-clean
Clean Amin1.0 branch from master
2 parents 57d6b5d + 90da5cc commit 1e03be2

File tree

19 files changed

+3370
-487
lines changed

19 files changed

+3370
-487
lines changed

docs/source/Amin1.rst

Lines changed: 108 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,20 @@ All the functions below can then be accessed as methods on the ``amin1`` object.
1515
df_samples = amin1.sample_metadata()
1616

1717
For more information about the data and terms of use, please see the
18-
`MalariaGEN Vector Observatory Asia <https://www.malariagen.net/mosquito/vector-observatory-asia>`_
19-
home page.
18+
`MalariaGEN website <https://www.malariagen.net/data>`_ or contact support@malariagen.net.
2019

2120
.. currentmodule:: malariagen_data.amin1.Amin1
2221

22+
Basic data access
23+
-----------------
24+
.. autosummary::
25+
:toctree: generated/
26+
27+
releases
28+
sample_sets
29+
lookup_release
30+
lookup_study
31+
2332
Reference genome data access
2433
----------------------------
2534
.. autosummary::
@@ -28,17 +37,114 @@ Reference genome data access
2837
contigs
2938
genome_sequence
3039
genome_features
40+
plot_transcript
41+
plot_genes
3142

3243
Sample metadata access
3344
----------------------
3445
.. autosummary::
3546
:toctree: generated/
3647

3748
sample_metadata
49+
add_extra_metadata
50+
clear_extra_metadata
51+
lookup_sample
52+
count_samples
53+
plot_samples_bar
54+
plot_samples_interactive_map
55+
plot_sample_location_mapbox
56+
plot_sample_location_geo
57+
wgs_data_catalog
58+
cohorts
3859

3960
SNP data access
4061
---------------
4162
.. autosummary::
4263
:toctree: generated/
4364

65+
site_mask_ids
4466
snp_calls
67+
snp_allele_counts
68+
plot_snps
69+
site_annotations
70+
is_accessible
71+
biallelic_snp_calls
72+
biallelic_diplotypes
73+
biallelic_snps_to_plink
74+
75+
Integrative genomics viewer (IGV)
76+
---------------------------------
77+
.. autosummary::
78+
:toctree: generated/
79+
80+
igv
81+
view_alignments
82+
83+
SNP frequency analysis
84+
----------------------
85+
.. autosummary::
86+
:toctree: generated/
87+
88+
snp_allele_frequencies
89+
snp_allele_frequencies_advanced
90+
aa_allele_frequencies
91+
aa_allele_frequencies_advanced
92+
plot_frequencies_heatmap
93+
plot_frequencies_time_series
94+
plot_frequencies_interactive_map
95+
96+
Principal components analysis (PCA)
97+
-----------------------------------
98+
.. autosummary::
99+
:toctree: generated/
100+
101+
pca
102+
plot_pca_variance
103+
plot_pca_coords
104+
plot_pca_coords_3d
105+
106+
Genetic distance and neighbour-joining trees (NJT)
107+
--------------------------------------------------
108+
.. autosummary::
109+
:toctree: generated/
110+
111+
plot_njt
112+
njt
113+
biallelic_diplotype_pairwise_distances
114+
115+
Heterozygosity analysis
116+
-----------------------
117+
.. autosummary::
118+
:toctree: generated/
119+
120+
plot_heterozygosity
121+
roh_hmm
122+
plot_roh
123+
124+
Diversity analysis
125+
------------------
126+
.. autosummary::
127+
:toctree: generated/
128+
129+
cohort_diversity_stats
130+
diversity_stats
131+
plot_diversity_stats
132+
133+
Diplotype clustering
134+
--------------------
135+
.. autosummary::
136+
:toctree: generated/
137+
138+
plot_diplotype_clustering
139+
plot_diplotype_clustering_advanced
140+
141+
Fst analysis
142+
------------
143+
.. autosummary::
144+
:toctree: generated/
145+
146+
average_fst
147+
pairwise_average_fst
148+
plot_pairwise_average_fst
149+
fst_gwss
150+
plot_fst_gwss

0 commit comments

Comments
 (0)