To generate the ASCII-style alignment pileups, the BED file containing the genomic regions of interest must have 6 fields:
- chrom - Name of the chromosome or scaffold in the Ensembl
format (i.e. the chromosome name without the
chrprefix). If you are using a custom sequence, make sure to fill this field with the first word of the name you used in the provided reference genome file. - chromStart - Start position of the feature in standard chromosomal coordinates (i.e. the first base is a 0).
- chromEnd - End position of the feature in standard chromosomal coordinates.
- name - Feature name to be displayed in the pileups.
- score - As this column is ignored when
generating the pileups, you can set its value to
·. - strand - Defined as
+(forward) or-(reverse).
For instance, supose the following sequence in the reference genome (our regions of interest are in capital letters):
>REF_SEQ (putative sequence in the positive strand)
tcttgatttaattaaagagcttaagaaAGATTTCAGCCTGTCTGACTTCCGCAGGGCAGC
CAGGAGGTCAGAATGGCGCTCAGAAGTCCTCCTCCACAGGAATTCTAACCCGGAGCGCCT
GCTGGCTACTGCCCAGAaactgagtcatgaagaaaccccacgtGTAAAATAATCCTTCAG
GCAAATGGGAAACGGTACCTTAGAATGGACTGtatcagagccatggactcaagatttgaa
tgaaatacagagccagctaagttccctcccgctggagccattcattcagThe two entries in the BED file will be:
REF_SEQ 27 136 region_1 · +
REF_SEQ 163 211 region_2 · +