Struct fasten::io::seq::Seq[][src]

pub struct Seq {
    pub id: String,
    pub seq: String,
    pub qual: String,
    pub pairid: String,
    pub thresholds: HashMap<String, f32>,
}
Expand description

A sequence struct that contains the ID, sequence, and quality cigar line

Fields

id: Stringseq: Stringqual: Stringpairid: Stringthresholds: HashMap<String, f32>

Trait Implementations

Make a new cleanable sequence object

Make a blank sequence object.

Determine if it is a blank sequence.

Create a sequence object from a string. TODO make it more like the careful method than quick.

Read an identifier and return a cleaned version, e.g., removing @ in a fastq identifier.

Alter any ambiguity site with a quality=0

Trim the ends of reads with low quality

Reports bool whether the read passes thresholds.

Make a String object

Print the result of to_string()

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.