_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


vembrane 1.0.7
Dependencies: python-asttokens@3.0.0 python-intervaltree@3.1.0 python-numpy@1.26.4 python-pysam@0.23.0 python-pyyaml@6.0.2
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/vembrane/vembrane
Licenses: Expat
Build system: pyproject
Synopsis: Filter VCF/BCF files with Python expressions
Description:

Vembrane simultaneously filters variants based on any INFO or FORMAT field, CHROM, POS, ID, REF, ALT, QUAL, FILTER, and the annotation field ANN. When filtering based on ANN, annotation entries are filtered first. If no annotation entry remains, the entire variant is deleted.

nanosv 1.2.4
Dependencies: python-configparser@7.2.0 python-pysam@0.23.0 python-pyvcf3@1.0.3-0.1fb3789
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/mroosmalen/nanosv
Licenses: Expat
Build system: pyproject
Synopsis: Structural variation detection tool for Oxford Nanopore data
Description:

NanoSV is a software package that can be used to identify structural genomic variations in long-read sequencing data, such as data produced by Oxford Nanopore Technologies’ MinION, GridION or PromethION instruments, or Pacific Biosciences RSII or Sequel sequencers.

python-baltica 1.1.2
Propagated dependencies: gunicorn@22.0.0 python-anndata@0.12.1 python-click@8.1.8 python-flask@3.1.0 python-flask-wtf@1.2.2 python-h5py@3.13.0 python-numpy@1.26.4 python-psutil@7.0.0 python-pysam@0.23.0 python-pyyaml@6.0.2 python-scipy@1.12.0 r-biocmanager@1.30.27 r-dplyr@1.1.4 r-genomicranges@1.62.0 r-here@1.0.2 r-openxlsx@4.2.8.1 r-optparse@1.7.5 r-readr@2.1.6 r-rsamtools@2.26.0 r-stringr@1.6.0 r-tidyr@1.3.1 r-upsetr@1.4.0 r-yaml@2.3.10 snakemake@7.32.4
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/dieterich-lab/Baltica
Licenses: Expat
Build system: pyproject
Synopsis: Integrated splice junction usage analysis
Description:

This framework facilitates the execution of differential junction usage (DJU) methods. Additionally, it enables the integration of results from multiple DJU methods.

java-biojava-alignment 4.0.0
Propagated dependencies: java-log4j-api@2.17.1 java-log4j-core@2.17.1 java-slf4j-api@1.7.25 java-slf4j-simple@1.7.25 java-biojava-core@4.0.0 java-biojava-phylo@4.0.0 java-forester@1.005
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://biojava.org
Licenses: LGPL 2.1+
Build system: ant
Synopsis: Biojava API for genetic sequence alignment
Description:

The alignment module of BioJava provides an API that contains

  • implementations of dynamic programming algorithms for sequence alignment;

  • reading and writing of popular alignment file formats;

  • a single-, or multi- threaded multiple sequence alignment algorithm.

crossmap 0.6.1
Dependencies: python-bx-python@0.14.0 python-numpy@1.26.4 python-pybigwig@0.3.22 python-pysam@0.23.0 zlib@1.3.1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://crossmap.sourceforge.net/
Licenses: GPL 2+
Build system: pyproject
Synopsis: Convert genome coordinates between assemblies
Description:

CrossMap is a program for conversion of genome coordinates or annotation files between different genome assemblies. It supports most commonly used file formats including SAM/BAM, Wiggle/BigWig, BED, GFF/GTF, VCF.

qtltools 1.3.1
Dependencies: curl@8.6.0 gsl@2.8 boost@1.89.0 rmath-standalone@4.5.2 htslib@1.3.1 openssl@3.0.8 openblas@0.3.30 zlib@1.3.1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://qtltools.github.io/qtltools/
Licenses: GPL 3+
Build system: gnu
Synopsis: Tool set for molecular QTL discovery and analysis
Description:

QTLtools is a tool set for molecular QTL discovery and analysis. It allows going from the raw genetic sequence data to collection of molecular Quantitative Trait Loci (QTLs) in few easy-to-perform steps.

bwa-meth 0.2.9
Dependencies: bwa@0.7.18 python-toolshed@0.4.6
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/brentp/bwa-meth
Licenses: Expat
Build system: pyproject
Synopsis: Fast and accurante alignment of BS-Seq reads
Description:

BWA-Meth works for single-end reads and for paired-end reads from the directional protocol (most common). It uses the method employed by methylcoder and Bismark of in silico conversion of all C's to T's in both reference and reads. It recovers the original read (needed to tabulate methylation) by attaching it as a comment which BWA appends as a tag to the read. It performs favorably to existing aligners gauged by number of on and off-target reads for a capture method that targets CpG-rich region.

mageck 0.5.9.5
Dependencies: python-numpy@1.26.4 python-scipy@1.12.0 python-matplotlib@3.8.2 python-statsmodels@0.14.4 python-pyqt@5.15.11 r-minimal@4.5.2 r-xtable@1.8-4 r-gplots@3.2.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://sourceforge.net/projects/mageck/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Model-based analysis of genome-wide CRISPR-Cas9 Knockout
Description:

Model-based Analysis of Genome-wide CRISPR-Cas9 Knockout (MAGeCK) is a computational tool to identify important genes from the recent genome-scale CRISPR-Cas9 knockout screens technology. Its features include:

  1. Simple, easy to use pipeline to screen genes in Genome-wide CRISPR-Cas9 Knockout experiments;

  2. High sensitivity and low false discovery rate;

  3. Fully utilize the screening data by performing both positive and negative screening in one dataset;

  4. Provide statistical evaluation in genes, sgRNAs and pathways;

  5. Require as few as 2 samples;

  6. Identify cell-type specific targets;

  7. A set of visualization features that generate publication standard figures.

python-pyspoa 0.0.5
Propagated dependencies: pybind11@2.13.6
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/nanoporetech/pyspoa
Licenses: Expat
Build system: python
Synopsis: Python bindings for the SIMD partial order alignment library
Description:

This package provides Python bindings for spoa, a C++ implementation of the partial order alignment (POA) algorithm (as described in 10.1093/bioinformatics/18.3.452) which is used to generate consensus sequences

r-singlet 0.99.26-1.765a6c4
Propagated dependencies: r-dplyr@1.1.4 r-fgsea@1.36.0 r-ggplot2@4.0.1 r-knitr@1.50 r-limma@3.66.0 r-matrix@1.7-4 r-msigdbr@25.1.1 r-rcpp@1.1.0 r-rcppml-devel@0.5.6-2.5449a5b r-reshape2@1.4.5 r-scuttle@1.20.0 r-seurat@5.3.1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/zdebruine/singlet
Licenses: GPL 2+
Build system: r
Synopsis: Non-negative Matrix Factorization for single-cell analysis
Description:

This is a package for fast Non-negative Matrix Factorization (NMF) with automatic rank-determination for dimension reduction of single-cell data using Seurat, RcppML nmf, SingleCellExperiments and similar.

salmon 1.10.3
Dependencies: boost@1.83.0 bzip2@1.0.8 cereal@1.3.2 curl@8.6.0 eigen@3.4.0 htscodecs@1.6.1 jemalloc@5.3.0 libgff@2.0.0 tbb@2021.6.0 libstadenio@1.14.8 xz@5.4.5 zlib@1.3.1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/COMBINE-lab/salmon
Licenses: GPL 3+
Build system: cmake
Synopsis: Quantification from RNA-seq reads using lightweight alignments
Description:

Salmon is a program to produce highly-accurate, transcript-level quantification estimates from RNA-seq data. Salmon achieves its accuracy and speed via a number of different innovations, including the use of lightweight alignments (accurate but fast-to-compute proxies for traditional read alignments) and massively-parallel stochastic collapsed variational inference.

express 1.5.3
Dependencies: boost@1.83.0 bamtools@2.5.2 protobuf@3.21.9 zlib@1.3.1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: http://bio.math.berkeley.edu/eXpress
Licenses: Artistic License 2.0
Build system: cmake
Synopsis: Streaming quantification for high-throughput genomic sequencing
Description:

eXpress is a streaming tool for quantifying the abundances of a set of target sequences from sampled subsequences. Example applications include transcript-level RNA-Seq quantification, allele-specific/haplotype expression analysis (from RNA-Seq), transcription factor binding quantification in ChIP-Seq, and analysis of metagenomic data.

r-skitools 0.0.0.9000-2.ba322dc
Propagated dependencies: r-biostrings@2.78.0 r-complexheatmap@2.26.0 r-data-table@1.17.8 r-devtools@2.4.6 r-dt@0.34.0 r-gchain@0.2.0-2.19f8bb9 r-genomeinfodb@1.46.0 r-genomicranges@1.62.0 r-ggplot2@4.0.1 r-gplots@3.2.0 r-gutils@0.2.0-2.fc24db6 r-htmlwidgets@1.6.4 r-hwriter@1.3.2.1 r-igraph@2.2.1 r-iranges@2.44.0 r-plotly@4.11.0 r-rcolorbrewer@1.1-3 r-reshape2@1.4.5 r-s4vectors@0.48.0 r-stringr@1.6.0 r-variantannotation@1.56.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/mskilab/skitools/
Licenses: Expat
Build system: r
Synopsis: Various mskilab R utilities
Description:

This package provides R miscellaneous utilities for basic data manipulation, debugging, visualization, lsf management, and common mskilab tasks.

r-seuratwrappers 0.3.1-1.d28512f
Propagated dependencies: r-biocmanager@1.30.27 r-cowplot@1.2.0 r-ggplot2@4.0.1 r-igraph@2.2.1 r-matrix@1.7-4 r-remotes@2.5.0 r-rlang@1.1.6 r-rsvd@1.0.5 r-r-utils@2.13.0 r-seurat@5.3.1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/satijalab/seurat-wrappers
Licenses: GPL 3
Build system: r
Synopsis: Community-provided methods and extensions for the Seurat object
Description:

SeuratWrappers is a collection of community-provided methods and extensions for Seurat, curated by the Satija Lab at NYGC. These methods comprise functionality not presently found in Seurat, and are able to be updated much more frequently.

python-pairtools 1.1.0-fix
Propagated dependencies: htslib@1.21 samtools@1.19 lz4@1.10.0 python-bioframe@0.6.4 python-click@8.1.8 python-numpy@1.26.4 python-pandas@2.2.3 python-pysam@0.23.0 python-pyyaml@6.0.2 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/open2c/pairtools
Licenses: Expat
Build system: pyproject
Synopsis: Process mapped Hi-C data
Description:

Pairtools is a simple and fast command-line framework to process sequencing data from a Hi-C experiment. Process pair-end sequence alignments and perform the following operations:

  • detect ligation junctions (a.k.a. Hi-C pairs) in aligned paired-end sequences of Hi-C DNA molecules

  • sort .pairs files for downstream analyses

  • detect, tag and remove PCR/optical duplicates

  • generate extensive statistics of Hi-C datasets

  • select Hi-C pairs given flexibly defined criteria

  • restore .sam alignments from Hi-C pairs.

express-beta-diversity 1.0.8
Dependencies: python2@2.7.18
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/dparks1134/ExpressBetaDiversity
Licenses: GPL 3+
Build system: gnu
Synopsis: Taxon- and phylogenetic-based beta diversity measures
Description:

Express Beta Diversity (EBD) calculates ecological beta diversity (dissimilarity) measures between biological communities. EBD implements a variety of diversity measures including those that make use of phylogenetic similarity of community members.

python-pysam 0.23.0
Dependencies: ncurses@6.2.20210619 curl@8.6.0 zlib@1.3.1
Propagated dependencies: htslib@1.21
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/pysam-developers/pysam
Licenses: Expat
Build system: pyproject
Synopsis: Python bindings to the SAMtools C API
Description:

Pysam is a Python module for reading and manipulating files in the SAM/BAM format. Pysam is a lightweight wrapper of the SAMtools C API. It also includes an interface for tabix.

cnvkit 0.9.12
Dependencies: r-minimal@4.5.2
Propagated dependencies: python-biopython@1.85 python-future@1.0.0 python-matplotlib@3.8.2 python-numpy@1.26.4 python-pandas@2.2.3 python-pomegranate@0.14.8 python-pyfaidx@0.7.2.1 python-pysam@0.23.0 python-reportlab@4.0.8 python-scikit-learn@1.7.0 python-scipy@1.12.0 r-dnacopy@1.84.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://cnvkit.readthedocs.org/
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Copy number variant detection from targeted DNA sequencing
Description:

CNVkit is a Python library and command-line software toolkit to infer and visualize copy number from high-throughput DNA sequencing data. It is designed for use with hybrid capture, including both whole-exome and custom target panels, and short-read sequencing platforms such as Illumina and Ion Torrent.

bpp-seq-omics 2.4.1
Dependencies: bpp-core@2.4.1 bpp-seq@2.4.1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/BioPP/bpp-seq-omics
Licenses: CeCILL
Build system: cmake
Synopsis: Bio++ sequence library genomics components
Description:

This library contains the genomics components of the Bio++ sequence library. It is part of the Bio++ project.

jellyfish 2.3.0
Dependencies: htslib@1.21
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: http://www.genome.umd.edu/jellyfish.html
Licenses: GPL 3+ Modified BSD
Build system: gnu
Synopsis: Tool for fast counting of k-mers in DNA
Description:

Jellyfish is a tool for fast, memory-efficient counting of k-mers in DNA. A k-mer is a substring of length k, and counting the occurrences of all such substrings is a central step in many analyses of DNA sequence. Jellyfish is a command-line program that reads FASTA and multi-FASTA files containing DNA sequences. It outputs its k-mer counts in a binary format, which can be translated into a human-readable text format using the jellyfish dump command, or queried for specific k-mers with jellyfish query.

r-bseqsc 1.0-1.fef3f3e
Propagated dependencies: r-abind@1.4-8 r-annotationdbi@1.72.0 r-biobase@2.70.0 r-cssam@1.4-1.9ec58c9 r-dplyr@1.1.4 r-e1071@1.7-16 r-edger@4.8.0 r-ggplot2@4.0.1 r-nmf@0.28 r-openxlsx@4.2.8.1 r-pkgmaker@0.32.10 r-plyr@1.8.9 r-preprocesscore@1.72.0 r-rngtools@1.5.2 r-scales@1.4.0 r-stringr@1.6.0 r-xbioc@0.1.16-1.6ff0670
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/shenorrLab/bseqsc
Licenses: GPL 2+
Build system: r
Synopsis: Deconvolution of bulk sequencing experiments using single cell data
Description:

BSeq-sc is a bioinformatics analysis pipeline that leverages single-cell sequencing data to estimate cell type proportion and cell type-specific gene expression differences from RNA-seq data from bulk tissue samples. This is a companion package to the publication "A single-cell transcriptomic map of the human and mouse pancreas reveals inter- and intra-cell population structure." Baron et al. Cell Systems (2016) https://www.ncbi.nlm.nih.gov/pubmed/27667365.

python-cooltools 0.7.0
Propagated dependencies: python-bioframe@0.6.4 python-click@8.1.8 python-cooler@0.9.3 python-joblib@1.5.2 python-matplotlib@3.8.2 python-multiprocess@0.70.18 python-numba@0.61.0 python-numpy@1.26.4 python-pandas@2.2.3 python-scikit-image@0.23.2 python-scikit-learn@1.7.0 python-scipy@1.12.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/open2c/cooltools
Licenses: Expat
Build system: pyproject
Synopsis: Analysis tools for genomic interaction data stored in .cool format
Description:

This package provides necessary tools for the analysis of the genomic interaction data stored in .cool format. This collection of tools includes operations like compartment, insulation or peak calling.

r-millefy 0.1.9-beta
Propagated dependencies: r-data-table@1.17.8 r-destiny@3.24.0 r-dplyr@1.1.4 r-genomicranges@1.62.0 r-iranges@2.44.0 r-magrittr@2.0.4 r-rsamtools@2.26.0 r-rtracklayer@1.70.0 r-tidyr@1.3.1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/yuifu/millefy
Licenses: Expat
Build system: r
Synopsis: Make millefy plot with single-cell RNA-seq data
Description:

Millefy is a tool for visualizing read coverage of scRNA-seq(single-cell RNA sequencing) datasets in genomic contexts. By dynamically and automatically reorder single cells based on locus-specific pseudo time, Millefy highlights cell-to-cell heterogeneity in read coverage of scRNA-seq data.

r-spacexr 2.2.1-1.0a0861e
Propagated dependencies: r-compquadform@1.4.4 r-data-table@1.17.8 r-doparallel@1.0.17 r-dplyr@1.1.4 r-fields@17.1 r-foreach@1.5.2 r-ggplot2@4.0.1 r-knitr@1.50 r-locfdr@1.1-8 r-matrix@1.7-4 r-metafor@4.8-0 r-mgcv@1.9-4 r-pals@1.10 r-quadprog@1.5-8 r-readr@2.1.6 r-reshape2@1.4.5 r-rfast@2.1.5.2 r-rmarkdown@2.30 r-tibble@3.3.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/dmcable/spacexr
Licenses: GPL 3
Build system: r
Synopsis: Cell type identification and differential expression in spatial transcriptomics
Description:

This package is used for cell type identification in spatial transcriptomics. It also handles cell type-specific differential expression.

Total packages: 69236