We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69e6d3f commit 726d781Copy full SHA for 726d781
1 file changed
malariagen_data/anoph/pca.py
@@ -44,6 +44,13 @@ def __init__(
44
`random_seed`.
45
46
""",
47
+ parameters=dict(
48
+ imputation_method="""
49
+ Method to use for imputing missing genotype calls. Options are
50
+ 'mean' (replace missing calls with the mean value at each site,
51
+ the default) or 'zero' (replace missing calls with zero).
52
+ """,
53
+ ),
54
returns=("df_pca", "evr"),
55
notes="""
56
This computation may take some time to run, depending on your computing
0 commit comments