Skip to content

Commit cd9b88d

Browse files
author
Mitchell R. Vollger
committed
document columns are lists of values in extract
1 parent 0497050 commit cd9b88d

1 file changed

Lines changed: 29 additions & 29 deletions

File tree

src/fibertools/extracting/extract.md

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -36,34 +36,34 @@ All of these files are written in standard bed12 format. The first and last bloc
3636

3737
### Columns specific to the `--all` output
3838

39-
| Column | Description |
40-
| --------------- | -------------------------------------------------------------------------------------------------------------------- |
41-
| sam_flag | The sam flag of the read alignment |
42-
| HP | The haplotype tag for the read |
43-
| RG | The read group tag for the read |
44-
| fiber_length | The length of the read in bp |
45-
| fiber_sequence | The sequence of the read |
46-
| ec | The number of ccs passes for the read (no rounding) |
47-
| rq | The estimated accuracy of the read |
48-
| total_AT_bp | The total number of AT bp in the read |
49-
| total_m6a_bp | The total number of m6a bp in the read |
50-
| total_nuc_bp | The total number of nucleosome bp in the read |
51-
| total_msp_bp | The total number of MSP bp in the read |
52-
| total_5mC_bp | The total number of 5mC bp in the read |
53-
| nuc_starts | The start positions of the nucleosomes in molecular coordinates |
54-
| nuc_lengths | The lengths of the nucleosomes in molecular coordinates |
55-
| ref_nuc_starts | The start positions of the nucleosomes in reference coordinates |
56-
| ref_nuc_lengths | The lengths of the nucleosomes in reference coordinates |
57-
| msp_starts | The start positions of the MSPs in molecular coordinates |
58-
| msp_lengths | The lengths of the MSPs in molecular coordinates |
59-
| fire | The quality score of the MSP as a FIRE element (if FIRE as been applied). Scores over 230 are FIRE elements [0-255]. |
60-
| ref_msp_starts | The start positions of the MSPs in reference coordinates |
61-
| ref_msp_lengths | The lengths of the MSPs in reference coordinates |
62-
| m6a | The start positions of the m6a in molecular coordinates |
63-
| ref_m6a | The start positions of the m6a in reference coordinates |
64-
| m6a_qual | The quality of the m6a positions (ML value) |
65-
| 5mC | The start positions of the 5mC in molecular coordinates |
66-
| ref_5mC | The start positions of the 5mC in reference coordinates |
67-
| 5mC_qual | The quality of the 5mC positions (ML value) |
39+
| Column | Description |
40+
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
41+
| sam_flag | The sam flag of the read alignment |
42+
| HP | The haplotype tag for the read |
43+
| RG | The read group tag for the read |
44+
| fiber_length | The length of the read in bp |
45+
| fiber_sequence | The sequence of the read |
46+
| ec | The number of ccs passes for the read (no rounding) |
47+
| rq | The estimated accuracy of the read |
48+
| total_AT_bp | The total number of AT bp in the read |
49+
| total_m6a_bp | The total number of m6a bp in the read |
50+
| total_nuc_bp | The total number of nucleosome bp in the read |
51+
| total_msp_bp | The total number of MSP bp in the read |
52+
| total_5mC_bp | The total number of 5mC bp in the read |
53+
| nuc_starts | The start positions of the nucleosomes in molecular coordinates (comma separated list) |
54+
| nuc_lengths | The lengths of the nucleosomes in molecular coordinates (comma separated list) |
55+
| ref_nuc_starts | The start positions of the nucleosomes in reference coordinates (comma separated list) |
56+
| ref_nuc_lengths | The lengths of the nucleosomes in reference coordinates (comma separated list) |
57+
| msp_starts | The start positions of the MSPs in molecular coordinates (comma separated list) |
58+
| msp_lengths | The lengths of the MSPs in molecular coordinates (comma separated list) |
59+
| fire | The quality score of the MSP as a FIRE element (if FIRE as been applied). Scores over 230 are FIRE elements (comma separated list, range 0-255) |
60+
| ref_msp_starts | The start positions of the MSPs in reference coordinates (comma separated list) |
61+
| ref_msp_lengths | The lengths of the MSPs in reference coordinates (comma separated list) |
62+
| m6a | The start positions of the m6a in molecular coordinates (comma separated list) |
63+
| ref_m6a | The start positions of the m6a in reference coordinates (comma separated list) |
64+
| m6a_qual | The quality of the m6a positions (ML value, comma separated list) |
65+
| 5mC | The start positions of the 5mC in molecular coordinates (comma separated list) |
66+
| ref_5mC | The start positions of the 5mC in reference coordinates (comma separated list) |
67+
| 5mC_qual | The quality of the 5mC positions (ML value, comma separated list) |
6868

6969
Note positions in columns starting with `ref_` maybe contain `-1` (NA) values if the reference sequence has an insertion or deletion relative to the read sequence at that position.

0 commit comments

Comments
 (0)