[−][src]Struct debruijn::filter::CountFilterSet
A simple KmerSummarizer that only accepts kmers that are observed at least a given number of times. The metadata returned about a Kmer is a vector of the unique data values observed for that kmer.
Methods
impl<D> CountFilterSet<D>
[src]
pub fn new(min_kmer_obs: usize) -> CountFilterSet<D>
[src]
Construct a CountFilterSet
KmerSummarizer only accepts kmers that are observed
at least min_kmer_obs
times.
Trait Implementations
impl<D: Ord> KmerSummarizer<D, Vec<D>> for CountFilterSet<D>
[src]
Auto Trait Implementations
impl<D> Send for CountFilterSet<D> where
D: Send,
D: Send,
impl<D> Sync for CountFilterSet<D> where
D: Sync,
D: Sync,
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,