|
decltype(auto) | alignment () & |
| The (pairwise) alignment stored in an object that models seqan3::detail::pairwise_alignment. More...
|
|
decltype(auto) | alignment () && |
| The (pairwise) alignment stored in an object that models seqan3::detail::pairwise_alignment. More...
|
|
decltype(auto) | alignment () const & |
| The (pairwise) alignment stored in an object that models seqan3::detail::pairwise_alignment. More...
|
|
decltype(auto) | alignment () const && |
| The (pairwise) alignment stored in an object that models seqan3::detail::pairwise_alignment. More...
|
|
decltype(auto) | base_qualities () & |
| The qualities, usually in Phred score notation. (SAM Column ID: QUAL) More...
|
|
decltype(auto) | base_qualities () && |
| The qualities, usually in Phred score notation. (SAM Column ID: QUAL) More...
|
|
decltype(auto) | base_qualities () const & |
| The qualities, usually in Phred score notation. (SAM Column ID: QUAL) More...
|
|
decltype(auto) | base_qualities () const && |
| The qualities, usually in Phred score notation. (SAM Column ID: QUAL) More...
|
|
decltype(auto) | cigar_sequence () & |
| The cigar vector representing the alignment. (SAM Column ID: CIGAR) More...
|
|
decltype(auto) | cigar_sequence () && |
| The cigar vector representing the alignment. (SAM Column ID: CIGAR) More...
|
|
decltype(auto) | cigar_sequence () const & |
| The cigar vector representing the alignment. (SAM Column ID: CIGAR) More...
|
|
decltype(auto) | cigar_sequence () const && |
| The cigar vector representing the alignment. (SAM Column ID: CIGAR) More...
|
|
decltype(auto) | flag () & |
| The alignment flag (bit information), uint16_t value. (SAM Column ID: FLAG) More...
|
|
decltype(auto) | flag () && |
| The alignment flag (bit information), uint16_t value. (SAM Column ID: FLAG) More...
|
|
decltype(auto) | flag () const & |
| The alignment flag (bit information), uint16_t value. (SAM Column ID: FLAG) More...
|
|
decltype(auto) | flag () const && |
| The alignment flag (bit information), uint16_t value. (SAM Column ID: FLAG) More...
|
|
decltype(auto) | header_ptr () & |
| A pointer to the seqan3::sam_file_header object storing header information. More...
|
|
decltype(auto) | header_ptr () && |
| A pointer to the seqan3::sam_file_header object storing header information. More...
|
|
decltype(auto) | header_ptr () const & |
| A pointer to the seqan3::sam_file_header object storing header information. More...
|
|
decltype(auto) | header_ptr () const && |
| A pointer to the seqan3::sam_file_header object storing header information. More...
|
|
decltype(auto) | id () & |
| The identifier, usually a string. (SAM Column ID: QNAME) More...
|
|
decltype(auto) | id () && |
| The identifier, usually a string. (SAM Column ID: QNAME) More...
|
|
decltype(auto) | id () const & |
| The identifier, usually a string. (SAM Column ID: QNAME) More...
|
|
decltype(auto) | id () const && |
| The identifier, usually a string. (SAM Column ID: QNAME) More...
|
|
decltype(auto) | mapping_quality () & |
| The mapping quality of the alignment, usually a Phred-scaled score. (SAM Column ID: MAPQ) More...
|
|
decltype(auto) | mapping_quality () && |
| The mapping quality of the alignment, usually a Phred-scaled score. (SAM Column ID: MAPQ) More...
|
|
decltype(auto) | mapping_quality () const & |
| The mapping quality of the alignment, usually a Phred-scaled score. (SAM Column ID: MAPQ) More...
|
|
decltype(auto) | mapping_quality () const && |
| The mapping quality of the alignment, usually a Phred-scaled score. (SAM Column ID: MAPQ) More...
|
|
decltype(auto) | mate_position () & |
| (Reference) Sequence relative start position (0-based) of the mate. (SAM Column ID: PNEXT) More...
|
|
decltype(auto) | mate_position () && |
| (Reference) Sequence relative start position (0-based) of the mate. (SAM Column ID: PNEXT) More...
|
|
decltype(auto) | mate_position () const & |
| (Reference) Sequence relative start position (0-based) of the mate. (SAM Column ID: PNEXT) More...
|
|
decltype(auto) | mate_position () const && |
| (Reference) Sequence relative start position (0-based) of the mate. (SAM Column ID: PNEXT) More...
|
|
decltype(auto) | mate_reference_id () & |
| The identifier of the (reference) sequence of the mate. (SAM Column ID: RNEXT) More...
|
|
decltype(auto) | mate_reference_id () && |
| The identifier of the (reference) sequence of the mate. (SAM Column ID: RNEXT) More...
|
|
decltype(auto) | mate_reference_id () const & |
| The identifier of the (reference) sequence of the mate. (SAM Column ID: RNEXT) More...
|
|
decltype(auto) | mate_reference_id () const && |
| The identifier of the (reference) sequence of the mate. (SAM Column ID: RNEXT) More...
|
|
decltype(auto) | reference_id () & |
| The identifier of the (reference) sequence that seqan3::sam_record::sequence was aligned to. (SAM Column ID: RNAME) More...
|
|
decltype(auto) | reference_id () && |
| The identifier of the (reference) sequence that seqan3::sam_record::sequence was aligned to. (SAM Column ID: RNAME) More...
|
|
decltype(auto) | reference_id () const & |
| The identifier of the (reference) sequence that seqan3::sam_record::sequence was aligned to. (SAM Column ID: RNAME) More...
|
|
decltype(auto) | reference_id () const && |
| The identifier of the (reference) sequence that seqan3::sam_record::sequence was aligned to. (SAM Column ID: RNAME) More...
|
|
decltype(auto) | reference_position () & |
| (Reference) Sequence (seqan3::sam_record::reference_sequence) relative start position (0-based), unsigned value. (SAM Column ID: POS) More...
|
|
decltype(auto) | reference_position () && |
| (Reference) Sequence (seqan3::sam_record::reference_sequence) relative start position (0-based), unsigned value. (SAM Column ID: POS) More...
|
|
decltype(auto) | reference_position () const & |
| (Reference) Sequence (seqan3::sam_record::reference_sequence) relative start position (0-based), unsigned value. (SAM Column ID: POS) More...
|
|
decltype(auto) | reference_position () const && |
| (Reference) Sequence (seqan3::sam_record::reference_sequence) relative start position (0-based), unsigned value. (SAM Column ID: POS) More...
|
|
decltype(auto) | reference_sequence ()=delete |
| The (reference) "sequence" information, usually a range of nucleotides or amino acids. (Currently not implemented!)
|
|
decltype(auto) | sequence () & |
| The "sequence", usually a range of nucleotides or amino acids. (SAM Column ID: SEQ) More...
|
|
decltype(auto) | sequence () && |
| The "sequence", usually a range of nucleotides or amino acids. (SAM Column ID: SEQ) More...
|
|
decltype(auto) | sequence () const & |
| The "sequence", usually a range of nucleotides or amino acids. (SAM Column ID: SEQ) More...
|
|
decltype(auto) | sequence () const && |
| The "sequence", usually a range of nucleotides or amino acids. (SAM Column ID: SEQ) More...
|
|
decltype(auto) | sequence_position () & |
| Sequence (seqan3::sam_record::sequence) relative start position (0-based), unsigned value. (SAM Column ID: POS) More...
|
|
decltype(auto) | sequence_position () && |
| Sequence (seqan3::sam_record::sequence) relative start position (0-based), unsigned value. (SAM Column ID: POS) More...
|
|
decltype(auto) | sequence_position () const & |
| Sequence (seqan3::sam_record::sequence) relative start position (0-based), unsigned value. (SAM Column ID: POS) More...
|
|
decltype(auto) | sequence_position () const && |
| Sequence (seqan3::sam_record::sequence) relative start position (0-based), unsigned value. (SAM Column ID: POS) More...
|
|
decltype(auto) | tags () & |
| The optional tags in the SAM format. More...
|
|
decltype(auto) | tags () && |
| The optional tags in the SAM format. More...
|
|
decltype(auto) | tags () const & |
| The optional tags in the SAM format. More...
|
|
decltype(auto) | tags () const && |
| The optional tags in the SAM format. More...
|
|
decltype(auto) | template_length () & |
| The observed template length. (SAM Column ID: TLEN) More...
|
|
decltype(auto) | template_length () && |
| The observed template length. (SAM Column ID: TLEN) More...
|
|
decltype(auto) | template_length () const & |
| The observed template length. (SAM Column ID: TLEN) More...
|
|
decltype(auto) | template_length () const && |
| The observed template length. (SAM Column ID: TLEN) More...
|
|
|
| sam_record ()=default |
| Defaulted.
|
|
| sam_record (sam_record const &)=default |
| Defaulted.
|
|
sam_record & | operator= (sam_record const &)=default |
| Defaulted.
|
|
| sam_record (sam_record &&)=default |
| Defaulted.
|
|
sam_record & | operator= (sam_record &&)=default |
| Defaulted.
|
|
| ~sam_record ()=default |
| Defaulted.
|
|
void | clear () noexcept(noexcept(std::apply(expander, std::declval< record & >()))) |
| Clears containers that provide .clear() and (re-)initialises all other elements with = {} .
|
|
| record ()=default |
| Defaulted.
|
|
| record (record const &)=default |
| Defaulted.
|
|
record & | operator= (record const &)=default |
| Defaulted.
|
|
| record (record &&)=default |
| Defaulted.
|
|
record & | operator= (record &&)=default |
| Defaulted.
|
|
| ~record ()=default |
| Defaulted.
|
|