The record type of seqan3::alignment_file_input. More...
#include <seqan3/io/sam_file/record.hpp>
Public Member Functions | |
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... | |
Constructors, destructor and assignment | |
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. | |
Additional Inherited Members | |
![]() | |
using | base_type = detail::transfer_template_args_onto_t< field_types, std::tuple > |
A specialisation of std::tuple. | |
![]() | |
template<field f, typename field_types , typename field_ids > | |
auto & | get (record< field_types, field_ids > &r) |
Free function get() for seqan3::record based on seqan3::field. | |
template<field f, typename field_types , typename field_ids > | |
auto const & | get (record< field_types, field_ids > const &r) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
template<field f, typename field_types , typename field_ids > | |
auto && | get (record< field_types, field_ids > &&r) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
template<field f, typename field_types , typename field_ids > | |
auto const && | get (record< field_types, field_ids > const &&r) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. | |
![]() | |
size_t | tuple_size_v |
A unary type trait that holds the number of elements in the tuple. More... | |
tuple_elment_t | |
A transformation trait that holds the type of elements in the tuple. More... | |
auto && | get (type &&val) |
Return the i-th element of the tuple. More... | |
The record type of seqan3::alignment_file_input.
field_types | The types of the fields in this record as a seqan3::type_list. |
field_ids | A seqan3::fields type with seqan3::field IDs corresponding to field_types. |
|
no-apiinline |
The (pairwise) alignment stored in an object that models seqan3::detail::pairwise_alignment.
|
no-apiinline |
The (pairwise) alignment stored in an object that models seqan3::detail::pairwise_alignment.
|
no-apiinline |
The (pairwise) alignment stored in an object that models seqan3::detail::pairwise_alignment.
|
no-apiinline |
The (pairwise) alignment stored in an object that models seqan3::detail::pairwise_alignment.
|
no-apiinline |
The qualities, usually in Phred score notation. (SAM Column ID: QUAL)
|
no-apiinline |
The qualities, usually in Phred score notation. (SAM Column ID: QUAL)
|
no-apiinline |
The qualities, usually in Phred score notation. (SAM Column ID: QUAL)
|
no-apiinline |
The qualities, usually in Phred score notation. (SAM Column ID: QUAL)
|
no-apiinline |
The cigar vector representing the alignment. (SAM Column ID: CIGAR)
|
no-apiinline |
The cigar vector representing the alignment. (SAM Column ID: CIGAR)
|
no-apiinline |
The cigar vector representing the alignment. (SAM Column ID: CIGAR)
|
no-apiinline |
The cigar vector representing the alignment. (SAM Column ID: CIGAR)
|
no-apiinline |
The alignment flag (bit information), uint16_t
value. (SAM Column ID: FLAG)
|
no-apiinline |
The alignment flag (bit information), uint16_t
value. (SAM Column ID: FLAG)
|
no-apiinline |
The alignment flag (bit information), uint16_t
value. (SAM Column ID: FLAG)
|
no-apiinline |
The alignment flag (bit information), uint16_t
value. (SAM Column ID: FLAG)
|
no-apiinline |
A pointer to the seqan3::sam_file_header object storing header information.
|
no-apiinline |
A pointer to the seqan3::sam_file_header object storing header information.
|
no-apiinline |
A pointer to the seqan3::sam_file_header object storing header information.
|
no-apiinline |
A pointer to the seqan3::sam_file_header object storing header information.
|
no-apiinline |
The identifier, usually a string. (SAM Column ID: QNAME)
|
no-apiinline |
The identifier, usually a string. (SAM Column ID: QNAME)
|
no-apiinline |
The identifier, usually a string. (SAM Column ID: QNAME)
|
no-apiinline |
The identifier, usually a string. (SAM Column ID: QNAME)
|
no-apiinline |
The mapping quality of the alignment, usually a Phred-scaled score. (SAM Column ID: MAPQ)
|
no-apiinline |
The mapping quality of the alignment, usually a Phred-scaled score. (SAM Column ID: MAPQ)
|
no-apiinline |
The mapping quality of the alignment, usually a Phred-scaled score. (SAM Column ID: MAPQ)
|
no-apiinline |
The mapping quality of the alignment, usually a Phred-scaled score. (SAM Column ID: MAPQ)
|
no-apiinline |
(Reference) Sequence relative start position (0-based) of the mate. (SAM Column ID: PNEXT)
|
no-apiinline |
(Reference) Sequence relative start position (0-based) of the mate. (SAM Column ID: PNEXT)
|
no-apiinline |
(Reference) Sequence relative start position (0-based) of the mate. (SAM Column ID: PNEXT)
|
no-apiinline |
(Reference) Sequence relative start position (0-based) of the mate. (SAM Column ID: PNEXT)
|
no-apiinline |
The identifier of the (reference) sequence of the mate. (SAM Column ID: RNEXT)
If RNEXT
is =
, it returns the same as seqan3::sam_record::reference_id.
|
no-apiinline |
The identifier of the (reference) sequence of the mate. (SAM Column ID: RNEXT)
If RNEXT
is =
, it returns the same as seqan3::sam_record::reference_id.
|
no-apiinline |
The identifier of the (reference) sequence of the mate. (SAM Column ID: RNEXT)
If RNEXT
is =
, it returns the same as seqan3::sam_record::reference_id.
|
no-apiinline |
The identifier of the (reference) sequence of the mate. (SAM Column ID: RNEXT)
If RNEXT
is =
, it returns the same as seqan3::sam_record::reference_id.
|
no-apiinline |
The identifier of the (reference) sequence that seqan3::sam_record::sequence was aligned to. (SAM Column ID: RNAME)
|
no-apiinline |
The identifier of the (reference) sequence that seqan3::sam_record::sequence was aligned to. (SAM Column ID: RNAME)
|
no-apiinline |
The identifier of the (reference) sequence that seqan3::sam_record::sequence was aligned to. (SAM Column ID: RNAME)
|
no-apiinline |
The identifier of the (reference) sequence that seqan3::sam_record::sequence was aligned to. (SAM Column ID: RNAME)
|
no-apiinline |
(Reference) Sequence (seqan3::sam_record::reference_sequence) relative start position (0-based), unsigned value. (SAM Column ID: POS)
|
no-apiinline |
(Reference) Sequence (seqan3::sam_record::reference_sequence) relative start position (0-based), unsigned value. (SAM Column ID: POS)
|
no-apiinline |
(Reference) Sequence (seqan3::sam_record::reference_sequence) relative start position (0-based), unsigned value. (SAM Column ID: POS)
|
no-apiinline |
(Reference) Sequence (seqan3::sam_record::reference_sequence) relative start position (0-based), unsigned value. (SAM Column ID: POS)
|
no-apiinline |
The "sequence", usually a range of nucleotides or amino acids. (SAM Column ID: SEQ)
|
no-apiinline |
The "sequence", usually a range of nucleotides or amino acids. (SAM Column ID: SEQ)
|
no-apiinline |
The "sequence", usually a range of nucleotides or amino acids. (SAM Column ID: SEQ)
|
no-apiinline |
The "sequence", usually a range of nucleotides or amino acids. (SAM Column ID: SEQ)
|
no-apiinline |
Sequence (seqan3::sam_record::sequence) relative start position (0-based), unsigned value. (SAM Column ID: POS)
The position is the length of the soft-clipping at the start of the seqan3::sam_record::cigar_sequence if a soft-clipping is present and 0
otherwise.
|
no-apiinline |
Sequence (seqan3::sam_record::sequence) relative start position (0-based), unsigned value. (SAM Column ID: POS)
The position is the length of the soft-clipping at the start of the seqan3::sam_record::cigar_sequence if a soft-clipping is present and 0
otherwise.
|
no-apiinline |
Sequence (seqan3::sam_record::sequence) relative start position (0-based), unsigned value. (SAM Column ID: POS)
The position is the length of the soft-clipping at the start of the seqan3::sam_record::cigar_sequence if a soft-clipping is present and 0
otherwise.
|
no-apiinline |
Sequence (seqan3::sam_record::sequence) relative start position (0-based), unsigned value. (SAM Column ID: POS)
The position is the length of the soft-clipping at the start of the seqan3::sam_record::cigar_sequence if a soft-clipping is present and 0
otherwise.
|
no-apiinline |
The optional tags in the SAM format.
|
no-apiinline |
The optional tags in the SAM format.
|
no-apiinline |
The optional tags in the SAM format.
|
no-apiinline |
The optional tags in the SAM format.
|
no-apiinline |
The observed template length. (SAM Column ID: TLEN)
|
no-apiinline |
The observed template length. (SAM Column ID: TLEN)
|
no-apiinline |
The observed template length. (SAM Column ID: TLEN)
|
no-apiinline |
The observed template length. (SAM Column ID: TLEN)