.. _command-line-interface: Command Line Interface ====================== BayesTME provides a suite of command line utilities that allow users to script running the pipeline end to end. These commands will be available on the path in the python environment in which the ``bayestme`` package is installed. .. _cli_load_spaceranger: ``load_spaceranger`` -------------------- .. argparse:: :ref: bayestme.cli.load_spaceranger.get_parser :prog: load_spaceranger .. _cli_filter_genes: ``filter_genes`` ---------------- This command will create a new SpatialExpressionDataset that has genes filtered according to adjustable criteria. One or more of the criteria can be specified. .. argparse:: :ref: bayestme.cli.filter_genes.get_parser :prog: filter_genes .. _cli_bleeding_correction: ``bleeding_correction`` ----------------------- .. argparse:: :ref: bayestme.cli.bleeding_correction.get_parser :prog: bleeding_correction .. _cli_phenotype_selection: ``phenotype_selection`` ----------------------- .. argparse:: :ref: bayestme.cli.phenotype_selection.get_parser :prog: phenotype_selection .. _cli_deconvolve: ``deconvolve`` -------------- .. argparse:: :ref: bayestme.cli.deconvolve.get_parser :prog: deconvolve .. _cli_select_marker_genes: ``select_marker_genes`` ----------------------- .. argparse:: :ref: bayestme.cli.select_marker_genes.get_parser :prog: select_marker_genes .. _cli_spatial_transcriptional_programs: ``spatial_transcriptional_programs`` ------------------------------------ .. argparse:: :ref: bayestme.cli.spatial_transcriptional_programs.get_parser :prog: spatial_transcriptional_programs Plotting -------- Creating plots is separated into separate commands: .. _cli_plot_bleeding_correction: ``plot_bleeding_correction`` ---------------------------- .. argparse:: :ref: bayestme.cli.plot_bleeding_correction.get_parser :prog: plot_bleeding_correction .. _cli_plot_deconvolution: ``plot_deconvolution`` ---------------------- .. argparse:: :ref: bayestme.cli.plot_deconvolution.get_parser :prog: plot_deconvolution