pub enum DeMethod {
NegativeBinomial,
Wilcoxon,
}Expand description
Which statistical method to use for differential expression.
Variants§
NegativeBinomial
Negative binomial Wald test (DESeq2-style).
Wilcoxon
Wilcoxon rank-sum (Mann-Whitney U) test.
Trait Implementations§
impl Copy for DeMethod
impl Eq for DeMethod
impl StructuralPartialEq for DeMethod
Auto Trait Implementations§
impl Freeze for DeMethod
impl RefUnwindSafe for DeMethod
impl Send for DeMethod
impl Sync for DeMethod
impl Unpin for DeMethod
impl UnsafeUnpin for DeMethod
impl UnwindSafe for DeMethod
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