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: README.md
+24-2Lines changed: 24 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -271,7 +271,7 @@ The output is ordered in the same as reads appear in the input BAM file. First c
271
271
canonical_base(character such as ACGTN)|mod_code(character or ChEBI number)|status_flag(. or ?)
272
272
```
273
273
274
-
Status flag describes how skipped bases (not included in the output of view or freq subtools) should be interpreted by downstream tools.
274
+
Status flag describes how skipped bases should be interpreted by downstream tools.
275
275
- **.**: skipped bases should be assumed to have low probability of modifications.
276
276
- **?**: there is no information about the modification status of skipped bases
277
277
@@ -319,7 +319,29 @@ If the context is not specified in square brackets along with modification code,
319
319
| N | n | Xao | Xanthosine | N |
320
320
| N | N || Ambiguity code; any mod | N |
321
321
322
-
Note that we have done a lot of testing on 5mc and some limited testing on 6mA and 5hmC. The others are not yet tested.
322
+
## Supported and tested modifications
323
+
324
+
Minimod is expected to support standard modifications given in the table above and any other either given as modification code or ChEBI code in MM tag of the BAM record.
325
+
Note that we have done a lot of testing on 5mC and some limited testing on 6mA and 5hmC. The others are not thoroughly tested. Following is a summary of tests we have performed.
326
+
327
+
| DNA/RNA | mod+base called model | aligned to | tested modification[context] combinations |
0 commit comments