Skip to content

Commit 7683b4d

Browse files
committed
spell check
1 parent 8b941a8 commit 7683b4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: docs/annotations.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ You can add/remove VEP plugins in the `additional_vep_plugin_cmds` part of the c
125125
- 0
126126
- float
127127
```
128-
Here `CADD_RAW` is the name of the column of the VEP output when the plugin is used, it is then renamed in the final annotation dataframe to `CADD_raw`, all `NA` values are set to `0` and the values are of type `float`.
128+
Here `CADD_RAW` is the name of the column of the VEP output when the plugin is used, it is then renamed in the final annotation data frame to `CADD_raw`, all `NA` values are set to `0` and the values are of type `float`.
129129

130130
You can also modify the `example/config/annotation_colnames_filling_values.yaml` file to choose custom filling values for each of the annotations.
131131
For each of the annotations the second value represents the value to use to fill in `NA` values, i.e. in the example above, in the `CADD_raw` column `NA` values are filled using `0`.
@@ -135,7 +135,7 @@ keep_unfilled: True
135135
```
136136
to the [config file](https://github.com/PMBio/deeprvat/blob/main/example/config/deeprvat_annotation_config.yaml).
137137

138-
You can also change the way the allele frequencies are calculated by adding `af_mode` key to the [config file](https://github.com/PMBio/deeprvat/blob/main/example/config/deeprvat_annotation_config.yaml). By default, the allele frequencies are calculated from the data the annotation pipeline is run with. To use gnomade or gnomadg allele frequncies (from VEP ) instead, add
138+
You can also change the way the allele frequencies are calculated by adding `af_mode` key to the [config file](https://github.com/PMBio/deeprvat/blob/main/example/config/deeprvat_annotation_config.yaml). By default, the allele frequencies are calculated from the data the annotation pipeline is run with. To use gnomade or gnomadg allele frequencies (from VEP ) instead, add
139139
```shell
140140
af_mode : 'af_gnomade'
141141
```
@@ -147,7 +147,7 @@ to the config file.
147147

148148
(geneid)=
149149
## Gene id file
150-
as mentioned in the [requirements](#requirements) section, the pipeline expects a parquet file contiaining all genes that deeprvat should consider, together with a unique integer id for each gene.
150+
As mentioned in the [requirements](#requirements) section, the pipeline expects a parquet file containing all genes that deeprvat should consider, together with a unique integer id for each gene.
151151
This file can be created automatically using a GTF file as input. The output is then a parquet file in the expected format containing all protein coding genes of the provided GTF file.
152152
To automatically create the gene id file, make sure the annotation environment (mentioned [here](#running) ) is active and run
153153
```

0 commit comments

Comments
 (0)