Struct barcode_count::parse::SequenceMatchResult[][src]

pub struct SequenceMatchResult {
    pub sample_barcode: String,
    pub counted_barcodes: Vec<String>,
    pub counted_barcode_error: bool,
    pub sample_barcode_error: bool,
    pub random_barcode: String,
}
Expand description

A struct to hold the results of the regex search on the sequence along with perform the functions to fix and find

Fields

sample_barcode: Stringcounted_barcodes: Vec<String>counted_barcode_error: boolsample_barcode_error: boolrandom_barcode: String

Implementations

Returns a comma separated counted barcodes string. Perfect for CSV file writing

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 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.