We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b5846 commit a878727Copy full SHA for a878727
1 file changed
malariagen_data/anoph/hapclust.py
@@ -340,6 +340,10 @@ def _haplotype_pairwise_distances(
340
of haplotype calls for each sample at each SNP in the specified transcript.
341
If `show` is True, displays the figure and returns None.
342
""",
343
+ parameters=dict(
344
+ snp_transcript="Plot amino acid variants for these transcripts.",
345
+ snp_filter_min_maf="Filter amino acid variants with alternate allele frequency below this threshold.",
346
+ ),
347
)
348
def plot_haplotype_clustering_advanced(
349
self,
0 commit comments