Struct google_api_proto::google::genomics::v1::ReadGroupSet
source · pub struct ReadGroupSet {
pub id: String,
pub dataset_id: String,
pub reference_set_id: String,
pub name: String,
pub filename: String,
pub read_groups: Vec<ReadGroup>,
pub info: BTreeMap<String, ListValue>,
}
Expand description
A read group set is a logical collection of read groups, which are collections of reads produced by a sequencer. A read group set typically models reads corresponding to one sample, sequenced one way, and aligned one way.
- A read group set belongs to one dataset.
- A read group belongs to one read group set.
- A read belongs to one read group.
For more genomics resource definitions, see Fundamentals of Google Genomics
Fields§
§id: String
The server-generated read group set ID, unique for all read group sets.
dataset_id: String
The dataset to which this read group set belongs.
reference_set_id: String
The reference set to which the reads in this read group set are aligned.
name: String
The read group set name. By default this will be initialized to the sample name of the sequenced data contained in this set.
filename: String
The filename of the original source file for this read group set, if any.
read_groups: Vec<ReadGroup>
The read groups in this set. There are typically 1-10 read groups in a read group set.
info: BTreeMap<String, ListValue>
A map of additional read group set information.
Trait Implementations§
source§impl Clone for ReadGroupSet
impl Clone for ReadGroupSet
source§fn clone(&self) -> ReadGroupSet
fn clone(&self) -> ReadGroupSet
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ReadGroupSet
impl Debug for ReadGroupSet
source§impl Default for ReadGroupSet
impl Default for ReadGroupSet
source§impl Message for ReadGroupSet
impl Message for ReadGroupSet
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for ReadGroupSet
impl PartialEq for ReadGroupSet
source§fn eq(&self, other: &ReadGroupSet) -> bool
fn eq(&self, other: &ReadGroupSet) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ReadGroupSet
Auto Trait Implementations§
impl Freeze for ReadGroupSet
impl RefUnwindSafe for ReadGroupSet
impl Send for ReadGroupSet
impl Sync for ReadGroupSet
impl Unpin for ReadGroupSet
impl UnwindSafe for ReadGroupSet
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request