pub struct Record<A>where
A: Alphabet,{ /* private fields */ }
Implementations§
Source§impl<A> Record<A>where
A: Alphabet,
impl<A> Record<A>where
A: Alphabet,
pub fn id(&self) -> Option<&str>
pub fn accession(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
pub fn data(&self) -> Option<&DenseMatrix<f32, <A as Alphabet>::K>>
pub fn to_counts(&self) -> Option<CountMatrix<A>>
pub fn to_freq<P>(&self, pseudo: P) -> Option<FrequencyMatrix<A>>where
P: Into<Pseudocounts<A>>,
Trait Implementations§
Auto Trait Implementations§
impl<A> Freeze for Record<A>
impl<A> RefUnwindSafe for Record<A>
impl<A> Send for Record<A>
impl<A> Sync for Record<A>
impl<A> Unpin for Record<A>
impl<A> UnwindSafe for Record<A>
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
Mutably borrows from an owned value. Read more