Skip to content

Commit 587c82b

Browse files
authored
Merge pull request #874 from Vedag812/fix/docs-typos-and-doi-link
Fix broken DOI link and docstring typos
2 parents 1ba2151 + 1e72acc commit 587c82b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

malariagen_data/anoph/snp_frq.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,15 +125,15 @@ def snp_effects(
125125
A dataframe of SNP allele frequencies, one row per variant allele. The variant alleles are indexed by
126126
their contig, their position, the reference allele, the alternate allele and the associated amino acid change.
127127
The columns are split into three categories: there is one column for each taxon filter (e.g., pass_funestus, pass_gamb_colu, ...) containing whether the site of the variant allele passes the filter;
128-
there is then 1 column for each cohort containing the frequency of the variant allele within the cohort, additionally there is a column `max_af` containing the maximum allele frequency of the variant allele accross all cohorts;
128+
there is then 1 column for each cohort containing the frequency of the variant allele within the cohort, additionally there is a column `max_af` containing the maximum allele frequency of the variant allele across all cohorts;
129129
finally, there are 9 columns describing the variant allele: `transcript` contains the gene transcript used for this analysis,
130130
`effect` is the effect of the allele change,
131131
`impact`is the impact of the allele change,
132132
`ref_codon` is the reference codon,
133133
`alt_codon` is the altered codon with the variant allele,
134134
`aa_pos` is the position of the amino acid,
135135
`ref_aa` is the reference amino acid,
136-
`alt_aa` is the altered amino acid with the varaint allele,
136+
`alt_aa` is the altered amino acid with the variant allele,
137137
and `label` is the label of the variant allele.
138138
""",
139139
notes="""
@@ -296,15 +296,15 @@ def snp_allele_frequencies(
296296
returns="""
297297
A dataframe of amino acid allele frequencies, one row per variant. The variants are indexed by
298298
their amino acid change, their contig, their position.
299-
The columns are split into two categories: there is 1 column for each cohort containing the frequency of the amino acid change within the cohort, additionally there is a column `max_af` containing the maximum frequency of the amino acide change accross all cohorts;
299+
The columns are split into two categories: there is 1 column for each cohort containing the frequency of the amino acid change within the cohort, additionally there is a column `max_af` containing the maximum frequency of the amino acid change across all cohorts;
300300
finally, there are 9 columns describing the variant allele: `transcript` contains the gene transcript used for this analysis,
301301
`effect` is the effect of the allele change,
302302
`impact`is the impact of the allele change,
303-
`ref_allele` is the reference allel,
303+
`ref_allele` is the reference allele,
304304
`alt_allele` is the alternate allele,
305305
`aa_pos` is the position of the amino acid,
306306
`ref_aa` is the reference amino acid,
307-
`alt_aa` is the altered amino acid with the varaint allele,
307+
`alt_aa` is the altered amino acid with the variant allele,
308308
and `label` is the label of the variant allele.
309309
""",
310310
notes="""

0 commit comments

Comments
 (0)