Struct gapi_grpc::google::genomics::v1::read_group::Experiment[][src]

pub struct Experiment {
    pub library_id: String,
    pub platform_unit: String,
    pub sequencing_center: String,
    pub instrument_model: String,
}

Fields

library_id: String

A client-supplied library identifier; a library is a collection of DNA fragments which have been prepared for sequencing from a sample. This field is important for quality control as error or bias can be introduced during sample preparation.

platform_unit: String

The platform unit used as part of this experiment, for example flowcell-barcode.lane for Illumina or slide for SOLiD. Corresponds to the @RG PU field in the SAM spec.

sequencing_center: String

The sequencing center used as part of this experiment.

instrument_model: String

The instrument model used as part of this experiment. This maps to sequencing technology in the SAM spec.

Trait Implementations

impl Clone for Experiment[src]

impl Debug for Experiment[src]

impl Default for Experiment[src]

impl Message for Experiment[src]

impl PartialEq<Experiment> for Experiment[src]

impl StructuralPartialEq for Experiment[src]

Auto Trait Implementations

impl RefUnwindSafe for Experiment

impl Send for Experiment

impl Sync for Experiment

impl Unpin for Experiment

impl UnwindSafe for Experiment

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]