Struct d4::D4MatrixReader
source · [−]pub struct D4MatrixReader<S: SecondaryTableReader> { /* private fields */ }Implementations
sourceimpl<S: SecondaryTableReader> D4MatrixReader<S>
impl<S: SecondaryTableReader> D4MatrixReader<S>
pub fn chrom_regions(&self) -> Vec<(&str, u32, u32)>
pub fn new<T: IntoIterator<Item = D4TrackReader<BitArrayReader, S>>>(
tracks: T
) -> Result<Self>
Trait Implementations
sourceimpl<S: SecondaryTableReader> MultiTrackReader for D4MatrixReader<S>
impl<S: SecondaryTableReader> MultiTrackReader for D4MatrixReader<S>
type PartitionType = D4MatrixReaderPartition<S>
type PartitionType = D4MatrixReaderPartition<S>
The type for partition reader
sourcefn split(
&mut self,
size_limit: Option<usize>
) -> Result<Vec<Self::PartitionType>>
fn split(
&mut self,
size_limit: Option<usize>
) -> Result<Vec<Self::PartitionType>>
Split a multi track reader into different partitions
sourcefn run_tasks<RS, T>(&mut self, tasks: RS) -> Result<TaskOutputVec<T::Output>> where
Self: Sized,
T: Task<<Self::PartitionType as MultiTrackPartitionReader>::RowType>,
RS: IntoTaskVec<<Self::PartitionType as MultiTrackPartitionReader>::RowType, T>,
Self::PartitionType: Send,
fn run_tasks<RS, T>(&mut self, tasks: RS) -> Result<TaskOutputVec<T::Output>> where
Self: Sized,
T: Task<<Self::PartitionType as MultiTrackPartitionReader>::RowType>,
RS: IntoTaskVec<<Self::PartitionType as MultiTrackPartitionReader>::RowType, T>,
Self::PartitionType: Send,
Create a task on this reader
Auto Trait Implementations
impl<S> RefUnwindSafe for D4MatrixReader<S> where
S: RefUnwindSafe,
impl<S> Send for D4MatrixReader<S> where
S: Send,
impl<S> Sync for D4MatrixReader<S> where
S: Sync,
impl<S> Unpin for D4MatrixReader<S> where
S: Unpin,
impl<S> UnwindSafe for D4MatrixReader<S> where
S: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
impl<T> Pointable for T
impl<T> Pointable for T
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
pub fn vzip(self) -> V
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more