pub enum FeaturesType {
Affy133P2Probesets,
HugoSymbols,
EntrezId,
EnsemblId,
}Expand description
Feature identifier namespace used to match markers against the expression
matrix row names. Mirrors featuresType in the R package.
Variants§
Affy133P2Probesets
Affymetrix HG 133 Plus 2.0 probesets (the R default).
HugoSymbols
Official HUGO gene symbols.
EntrezId
Entrez gene IDs.
EnsemblId
Ensembl gene IDs.
Trait Implementations§
Source§impl Clone for FeaturesType
impl Clone for FeaturesType
Source§fn clone(&self) -> FeaturesType
fn clone(&self) -> FeaturesType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FeaturesType
impl Debug for FeaturesType
Source§impl PartialEq for FeaturesType
impl PartialEq for FeaturesType
Source§fn eq(&self, other: &FeaturesType) -> bool
fn eq(&self, other: &FeaturesType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for FeaturesType
impl Eq for FeaturesType
impl StructuralPartialEq for FeaturesType
Auto Trait Implementations§
impl Freeze for FeaturesType
impl RefUnwindSafe for FeaturesType
impl Send for FeaturesType
impl Sync for FeaturesType
impl Unpin for FeaturesType
impl UnsafeUnpin for FeaturesType
impl UnwindSafe for FeaturesType
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