A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/IGBB/past below:

IGBB/PAST: Pathway Association Study Tool (PAST)

PAST - Pathway Analysis Studies Tool Installation of PAST 2.0.0-rc.

The release candidate for PAST 2.0.0 is installed or built from source using the Rust toolchain. Instructions for installing Rust can be found at https://rustup.rs/.

cargo install --git https://github.com/IGBB/past

The following code installs PAST to ~/.cargo/bin/past.

git clone https://github.com/IGBB/PAST.git
cargo install --path .

The following code only builds PAST. The executable will located at target/release/past.

git clone https://github.com/IGBB/PAST.git
cargo build --release

PAST requires input data from three different files:

Pathways Analysis Study Tool

Usage: past [OPTIONS] --annotations <FILE> --gwas <FILE> --linkage-disequilibrium <FILE> --r-squared-cutoff <R_SQUARED_CUTOFF> --pathways <FILE> --mode <MODE> --permutations <PERMUTATIONS>

Options:
  -a, --annotations <FILE>
          a file containing annotations formatted as GFF3
  -x, --attribute <ATTRIBUTE>
          the attribute that contains gene names that match those in the
          pathways file [default: ID]
  -g, --gwas <FILE>
          a file containing GWAS data
  -c, --gwas-columns <1,2,3,4,5>
          a comma-separated value providing column numbers of required GWAS
          data; column order is marker, sequence name, position, p-value, effect
  -l, --linkage-disequilibrium <FILE>
          a file containing linkage disequilibrium data
  -k, --linkage-columns <1,2,3,4,5>
          a comma-separated value providing column numbers of required linkage
          disequilibrium data; column order is first sequence name, first
          position, second sequence name, second position, R^2
  -r, --r-squared-cutoff <R_SQUARED_CUTOFF>
          the value of R^2 at which two SNPs are considered linked [0.0 - 1.0]
  -d, --drop-different-loci
          drop linkages between positions with different loci
  -p, --pathways <FILE>
          a file containing pathways data
  -m, --mode <MODE>
          analysis mode [possible values: increasing, decreasing, both]
  -n, --permutations <PERMUTATIONS>
          the number of permutations to determine pathway significance
  -f, --membership-filter <MEMBERSHIP_FILTER>
          keep only pathways with this fraction of the genes or higher linked to
          SNPs in the GWAS data [0.0 - 1.0]
  -o, --output <DIRECTORY>
          the directory to which results will be written (will be created if it
          does not exist) [default: ./]
  -h, --help
          Print help (see more with '--help')
  -V, --version
          Print version

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4