Predictosaurus
[!CAUTION] This tool is still experimental!
This means it may have bugs, and features are subject to change. Use it cautiously, and share feedback to help us improve. 🧪
Predictosaurus is a command-line tool designed for uncertainty-aware haplotype-based genomic variant effect prediction. It provides comprehensive functionality for building variant graphs, processing genomic features, and extracting peptide sequences. The tool integrates various bioinformatics processes to support efficient data analysis and visualization.
Table of Contents
Installation
To install Predictosaurus, you can use cargo, the Rust package manager:
Alternatively, you can clone the repository and build the tool manually:
Usage
Run the tool from the command line using the following syntax:
Use predictosaurus --help to view general help information, or predictosaurus <command> --help for specific command details.
Commands
Build
Builds a full variant graph from VCF files and stores it.
Options:
--calls <path>: Path to the VCF calls file.--observations <sample=observations.vcf>: One or more observation files; ensure sample names match those in the calls file.--min-prob-present <float>: Minimum probability for a variant to be considered for the graph generation. Defaults to 0.8.--output <path>: Path to store the generated variant graphs.
Example:
Process
Retrieves subgraphs for individual features from the provided GFF file.
Options:
--features <path>: Path to the GFF file containing the features of interest.--reference <path>: Path to the reference genome FASTA file.--graph <path>: Path to the graph file generated by the build command.--output <path>: Path to the output file storing the generated paths.
Example:
Plot
Creates visualizations and outputs them in HTML, TSV, or Vega format.
Options:
--input <path>: Path to the input data file generated with the process command.--format <html|tsv|vega>: Desired output format.--output <path>: Path to the output files.
Example:
Example
This is an example of using Predictosaurus to build a graph, process it, and visualize the results:
# Step 1: Build the variant graph
# Step 2: Process the graph with a GFF file
# Step 3: plot visualizations
License
Predictosaurus is licensed under the MIT License.