-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
db520e8
commit 37ac52b
Showing
10 changed files
with
141 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
layout: default | ||
parent: FAQ | ||
title: Missing adapters | ||
--- | ||
|
||
## What are missing adapter tags `ma` and `ac`? | ||
|
||
The `ma` and `ac` tags indicate whether the molecule that produces a CCS | ||
read is missing a SMRTbell adapter on its left/start or right/end. The tags | ||
produced by _ccs_ v6.3.0 and newer are based on the `ADAPTER_BEFORE_BAD` and | ||
`ADAPTER_AFTER_BAD` information in the subread `cx` tag. | ||
|
||
### Tag `ac` | ||
|
||
Array containing four counts, in order: | ||
- *detected* adapters on left/start | ||
- *missing* adapters on left/start | ||
- *detected* adapters on right/end | ||
- *missing* adapter on right/end | ||
|
||
### Tag `ma` | ||
|
||
Bitmask storing if an adapter is missing on either side of the | ||
molecule. A value of 0 indicates neither end has a confirmed | ||
missing adapter. | ||
- `0x1` if adapter is missing on left/start | ||
- `0x2` if adapter is missing on right/end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters