You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/included-plugins/index.md
+34-25Lines changed: 34 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -271,11 +271,32 @@ The reference sequence can either be provided directly as a configuration parame
271
271
272
272
*See also: [countess-minimap2 plugin](https://github.com/CountESS-Project/countess-minimap2), a variant caller which uses 'minimap2' to find sequences within a genome.*
273
273
274
+
#### Parameters
275
+
276
+
Input Column
277
+
: the input column with the variant sequence
278
+
279
+
Reference
280
+
: (optional) select column which contains the reference sequence ...
281
+
282
+
Sequence
283
+
: (optional) ... or supply a reference sequence as a value
284
+
285
+
Output Column
286
+
: Column name for HGVS string
287
+
288
+
Max Mutations
289
+
: Maximum number of mutations, if no variant with this number or less mutations is found then return a null value for the output
290
+
291
+
Drop
292
+
: Drop rows which would have null values for output
293
+
274
294
### Variant Classifier
275
295
276
-
Takes a column of protein variants and classifies them into types:
296
+
Takes a column of protein variants and classifies them into broad types.
297
+
This is easier than writing the regular expression yourself.
277
298
278
-
Short designations:
299
+
#### Short format:
279
300
280
301
|---|---|---|
281
302
|format | type | explanation |
@@ -286,36 +307,24 @@ Short designations:
286
307
|`A107*` <br/>`A107X`|`N`| Nonsense |
287
308
|`A107-`|`D`| Deletion |
288
309
289
-
HGVS Protein designations:
310
+
There is currently no support for insertions in short format.
311
+
Invalid amino acid letters will generate a warning and the type will be set to `?`.
0 commit comments