pub enum Commands {
Show 19 variants
PredictM6A(PredictM6AOptions),
AddNucleosomes(AddNucleosomeOptions),
Fire(FireOptions),
Extract(ExtractOptions),
Center(CenterOptions),
Footprint(FootprintOptions),
Qc(QcOpts),
TrackDecorators(DecoratorOptions),
Pileup(PileupOptions),
ClearKinetics(ClearKineticsOptions),
StripBasemods(StripBasemodsOptions),
DddaToM6a(DddaToM6aOptions),
FiberHmm(FiberHmmOptions),
Validate(ValidateOptions),
PgInject(PgInjectOptions),
PgLift(PgLiftOptions),
PgPansn(PgPansnOptions),
Completions(CompletionOptions),
Man {},
}Variants§
PredictM6A(PredictM6AOptions)
Predict m6A positions using HiFi kinetics data and encode the results in the MM and ML bam tags. Also adds nucleosome (nl, ns) and MTase sensitive patches (al, as).
AddNucleosomes(AddNucleosomeOptions)
Add nucleosomes to a bam file with m6a predictions
Fire(FireOptions)
Add FIREs (Fiber-seq Inferred Regulatory Elements) to a bam file with m6a predictions
Extract(ExtractOptions)
Extract fiberseq data into plain text files.
See https://fiberseq.github.io/fibertools/extracting/extract.html for a description of the outputs.
Center(CenterOptions)
This command centers fiberseq data around given reference positions. This is useful for making aggregate m6A and CpG observations, as well as visualization of SVs.
See https://fiberseq.github.io/fibertools/extracting/center.html for a description of the output.
Footprint(FootprintOptions)
Infer footprints from fiberseq data
Qc(QcOpts)
Collect QC metrics from a fiberseq bam file
TrackDecorators(DecoratorOptions)
Make decorated bed files for fiberseq data
Pileup(PileupOptions)
Make a pileup track of Fiber-seq features from a FIRE bam
ClearKinetics(ClearKineticsOptions)
Remove HiFi kinetics tags from the input bam file
StripBasemods(StripBasemodsOptions)
Strip out select base modifications
DddaToM6a(DddaToM6aOptions)
Convert a DddA BAM file to pseudo m6A BAM file
FiberHmm(FiberHmmOptions)
Apply FiberHMM to a bam file
Validate(ValidateOptions)
Validate a Fiber-seq BAM file for m6A, nucleosome, and optionally FIRE calls
PgInject(PgInjectOptions)
Create a mock BAM file from a reference FASTA with perfectly aligned sequences
PgLift(PgLiftOptions)
Lift annotations through a pangenome graph from source to target coordinates
PgPansn(PgPansnOptions)
Add or strip panSN-spec prefixes from BAM contig names
Completions(CompletionOptions)
Make command line completions
Man
Make a man page for fibertools-rs
Writes file for man to stdout.
Trait Implementations§
Source§impl FromArgMatches for Commands
impl FromArgMatches for Commands
Source§fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>
fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>
Source§fn from_arg_matches_mut(
__clap_arg_matches: &mut ArgMatches,
) -> Result<Self, Error>
fn from_arg_matches_mut( __clap_arg_matches: &mut ArgMatches, ) -> Result<Self, Error>
Source§fn update_from_arg_matches(
&mut self,
__clap_arg_matches: &ArgMatches,
) -> Result<(), Error>
fn update_from_arg_matches( &mut self, __clap_arg_matches: &ArgMatches, ) -> Result<(), Error>
ArgMatches to self.Source§fn update_from_arg_matches_mut<'b>(
&mut self,
__clap_arg_matches: &mut ArgMatches,
) -> Result<(), Error>
fn update_from_arg_matches_mut<'b>( &mut self, __clap_arg_matches: &mut ArgMatches, ) -> Result<(), Error>
ArgMatches to self.Source§impl Subcommand for Commands
impl Subcommand for Commands
Source§fn augment_subcommands<'b>(__clap_app: Command) -> Command
fn augment_subcommands<'b>(__clap_app: Command) -> Command
Source§fn augment_subcommands_for_update<'b>(__clap_app: Command) -> Command
fn augment_subcommands_for_update<'b>(__clap_app: Command) -> Command
Command so it can instantiate self via
FromArgMatches::update_from_arg_matches_mut Read moreSource§fn has_subcommand(__clap_name: &str) -> bool
fn has_subcommand(__clap_name: &str) -> bool
Self can parse a specific subcommandAuto Trait Implementations§
impl Freeze for Commands
impl RefUnwindSafe for Commands
impl Send for Commands
impl Sync for Commands
impl Unpin for Commands
impl UnwindSafe for Commands
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
Source§fn to_subset(&self) -> Option<SS>
fn to_subset(&self) -> Option<SS>
self from the equivalent element of its
superset. Read moreSource§fn is_in_subset(&self) -> bool
fn is_in_subset(&self) -> bool
self is actually part of its subset T (and can be converted to it).Source§fn to_subset_unchecked(&self) -> SS
fn to_subset_unchecked(&self) -> SS
self.to_subset but without any property checks. Always succeeds.Source§fn from_subset(element: &SS) -> SP
fn from_subset(element: &SS) -> SP
self to the equivalent element of its superset.