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

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.


wfmash 0.21.0
Dependencies: atomic-queue@1.6.5 gsl@2.8 htslib@1.21 python-wrapper@3.12.12 libdeflate@1.19 zlib@1.3.1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/waveygang/wfmash
Licenses: Expat
Build system: cmake
Synopsis: Base-accurate DNA sequence aligner
Description:

wfmash is a DNA sequence read mapper based on mash distances and the wavefront alignment algorithm. It is a fork of MashMap that implements base-level alignment via the wflign tiled wavefront global alignment algorithm. It completes MashMap with a high-performance alignment module capable of computing base-level alignments for very large sequences.

bitmapperbs 1.0.2.3
Dependencies: libdivsufsort@2.0.1 psascan@0.1.0 zlib@1.3.1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/chhylp123/BitMapperBS/
Licenses: ASL 2.0
Build system: gnu
Synopsis: Read aligner for whole-genome bisulfite sequencing
Description:

BitMapperBS is memory-efficient aligner that is designed for whole-genome bisulfite sequencing (WGBS) reads from directional protocol.

r-gg3d 0.0.0.9000-1.ffdd837
Propagated dependencies: r-dplyr@1.2.1 r-ggplot2@4.0.3 r-magrittr@2.0.5 r-plot3d@1.4.2 r-plyr@1.8.9 r-scales@1.4.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/AckerDWM/gg3D
Licenses: GPL 3+
Build system: r
Synopsis: 3D perspective plots for ggplot2
Description:

This package adds 3D perspective plotting of points, paths, and line, 3D perspective axes, 3D perspective annotations, and wireframe plots.

python-pyvcf3 1.0.3-0.1fb3789
Propagated dependencies: python-setuptools@80.9.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/dridk/PyVCF3
Licenses: Expat
Build system: pyproject
Synopsis: Variant Call Format parser for Python
Description:

This package provides a VCF parser for Python.

r-pando 1.1.1
Propagated dependencies: r-bayestestr@0.18.0 r-foreach@1.5.2 r-genomicranges@1.64.0 r-ggplot2@4.0.3 r-ggpointdensity@0.2.1 r-ggraph@2.2.2 r-glmnetutils@1.1.9 r-grr@0.9.5 r-iranges@2.46.0 r-irlba@2.3.7 r-matrix@1.7-5 r-matrixgenerics@1.24.0 r-motifmatchr@1.34.0 r-pals@1.10 r-patchwork@1.3.2 r-seurat@5.5.0 r-signac@1.16.0-1.f5a8411 r-sparsematrixstats@1.24.0 r-tfbstools@1.50.0 r-tidygraph@1.3.1 r-tidyverse@2.0.0 r-uwot@0.2.4
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/quadbiolab/Pando
Licenses: Expat
Build system: r
Synopsis: Infer regulomes from multi-modal single-cell genomics data
Description:

Pando leverages multi-modal single-cell measurements to infer gene regulatory networks using a flexible linear model-based framework. By modeling the relationship between TF-binding site pairs with the expression of target genes, Pando simultaneously infers gene modules and sets of regulatory regions for each transcription factor.

python-pysam 0.23.3
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.

python-multicore-tsne 0-1.c1dbf84
Propagated dependencies: python-cffi@1.17.1 python-numpy@2.3.1 python-packaging@25.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/DmitryUlyanov/Multicore-TSNE
Licenses: Modified BSD
Build system: pyproject
Synopsis: Parallel t-SNE implementation with Python and Torch wrappers
Description:

This package contains a multicore Barnes-Hut implementation of the t-SNE algorithm. The implementation is described here: http://lvdmaaten.github.io/publications/papers/JMLR_2014.pdf.

bwa 0.7.19
Dependencies: zlib@1.3.1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://bio-bwa.sourceforge.net/
Licenses: GPL 3+
Build system: gnu
Synopsis: Burrows-Wheeler sequence aligner
Description:

BWA is a software package for mapping low-divergent sequences against a large reference genome, such as the human genome. It consists of three algorithms: BWA-backtrack, BWA-SW and BWA-MEM. The first algorithm is designed for Illumina sequence reads up to 100bp, while the rest two for longer sequences ranged from 70bp to 1Mbp. BWA-MEM and BWA-SW share similar features such as long-read support and split alignment, but BWA-MEM, which is the latest, is generally recommended for high-quality queries as it is faster and more accurate. BWA-MEM also has better performance than BWA-backtrack for 70-100bp Illumina reads.

r-giottodata 0.2.16-1.1dc55ee
Propagated dependencies: r-data-table@1.18.4 r-giottoclass@0.4.10-1.15627a2 r-giottoutils@0.2.5-1.1ce82e5 r-rprojroot@2.1.1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/drieslab/GiottoData
Licenses: Expat
Build system: r
Synopsis: Datasets for Giotto
Description:

This package stores information and scripts to work with, or load various different spatial datasets that can be used with the Giotto Suite workflow. It also contains example mini Giotto subobjects.

mosaicatcher 0.3.1
Dependencies: boost@1.89.0 htslib@1.21
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/friendsofstrandseq/mosaicatcher
Licenses: Expat
Build system: cmake
Synopsis: Count and classify Strand-seq reads
Description:

Mosaicatcher counts Strand-seq reads and classifies strand states of each chromosome in each cell using a Hidden Markov Model.

jamm 1.0.7.6
Dependencies: bash@5.2.37 coreutils@9.1 gawk@5.3.0 perl@5.36.0 r-minimal@4.6.0 r-signal@1.8-1 r-mclust@6.1.2
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/mahmoudibrahim/JAMM
Licenses: GPL 3+
Build system: gnu
Synopsis: Peak finder for NGS datasets
Description:

JAMM is a peak finder for next generation sequencing datasets (ChIP-Seq, ATAC-Seq, DNase-Seq, etc.) that can integrate replicates and assign peak boundaries accurately. JAMM is applicable to both broad and narrow datasets.

python-vireosnp 0.5.9-0.e365463
Propagated dependencies: python-matplotlib@3.10.8 python-numpy@2.3.1 python-scipy@1.16.3
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/huangyh09/vireoSNP
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Deconvolution based on SNP for multiplexed scRNA-seq data
Description:

This package provides a deconvolution based on Single Nucleotide Position (SNP) for multiplexed scRNA-seq data. The name vireo stand for Variational Inference for Reconstructing Ensemble Origin by expressed SNPs in multiplexed scRNA-seq data and follows the clone identification from single-cell data named cardelino.

ribotaper 1.3.1
Dependencies: bash-minimal@5.2.37 bedtools@2.18.0 samtools@0.1.19 r-minimal@4.6.0 r-foreach@1.5.2 r-xnomial@1.0.4.1 r-domc@1.3.8 r-multitaper@1.0-17 r-seqinr@4.2-44
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://ohlerlab.mdc-berlin.de/software/RiboTaper_126/
Licenses: GPL 3+
Build system: gnu
Synopsis: Define translated ORFs using ribosome profiling data
Description:

Ribotaper is a method for defining translated open reading frames (ORFs) using ribosome profiling (ribo-seq) data. This package provides the Ribotaper pipeline.

paml 4.9e
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: http://abacus.gene.ucl.ac.uk/software/paml.html
Licenses: GPL 3
Build system: gnu
Synopsis: Phylogentic analysis by maximum likelihood
Description:

PAML (for Phylogentic Analysis by Maximum Likelihood) contains a few programs for model fitting and phylogenetic tree reconstruction using nucleotide or amino-acid sequence data.

r-dropbead 0-2.d746c6f
Propagated dependencies: r-ggplot2@4.0.3 r-rcolorbrewer@1.1-3 r-gridextra@2.3 r-gplots@3.3.0 r-plyr@1.8.9
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/rajewsky-lab/dropbead
Licenses: GPL 3
Build system: r
Synopsis: Basic exploration and analysis of Drop-seq data
Description:

This package offers a quick and straight-forward way to explore and perform basic analysis of single cell sequencing data coming from droplet sequencing. It has been particularly tailored for Drop-seq.

r-pairadise 1.0.0
Propagated dependencies: r-doparallel@1.0.17 r-foreach@1.5.2 r-iterators@1.0.14 r-nloptr@2.2.1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/Xinglab/PAIRADISE
Licenses: Expat
Build system: r
Synopsis: Paired replicate analysis of allelic differential splicing events
Description:

PAIRADISE is a method for detecting allele-specific alternative splicing (ASAS) from RNA-seq data. Unlike conventional approaches that detect ASAS events one sample at a time, PAIRADISE aggregates ASAS signals across multiple individuals in a population. By treating the two alleles of an individual as paired, and multiple individuals sharing a heterozygous SNP as replicates, PAIRADISE formulates ASAS detection as a statistical problem for identifying differential alternative splicing from RNA-seq data with paired replicates.

chromap 0.2.7
Dependencies: zlib@1.3.1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/haowenz/chromap
Licenses: Expat
Build system: gnu
Synopsis: Fast alignment and preprocessing of chromatin profiles
Description:

Chromap is a fast method for aligning and preprocessing high throughput chromatin profiles. Typical use cases include:

  • trimming sequencing adapters, mapping bulk ATAC-seq or ChIP-seq genomic reads to the human genome and removing duplicates;

  • trimming sequencing adapters, mapping single cell ATAC-seq genomic reads to the human genome, correcting barcodes, removing duplicates and performing Tn5 shift;

  • split alignment of Hi-C reads against a reference genome.

r-markdownhelpers 0.2.0-1.793372d
Propagated dependencies: r-devtools@2.5.2 r-stringendo@0.6.0-1.15594b1 r-usethis@3.2.1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/vertesy/MarkdownHelpers
Licenses: GPL 3
Build system: r
Synopsis: Helper functions for MarkdownReports and ggExpress
Description:

This package provides a set of R functions to parse markdown and other generic helpers.

python-cmseq 1.0.4
Dependencies: samtools@1.19
Propagated dependencies: python-bcbio-gff@0.6.9 python-biopython@1.73 python-numpy@2.3.1 python-pandas@2.3.3 python-pysam@0.23.3 python-scipy@1.16.3
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/SegataLab/cmseq/
Licenses: Expat
Build system: pyproject
Synopsis: Set of utilities on sequences and BAM files
Description:

CMSeq is a set of commands to provide an interface to .bam files for coverage and sequence consensus.

python-dnaio 0.10.0
Propagated dependencies: python-xopen@1.8.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/marcelm/dnaio/
Licenses: Expat
Build system: pyproject
Synopsis: Read FASTA and FASTQ files efficiently
Description:

dnaio is a Python library for fast parsing of FASTQ and also FASTA files. The code was previously part of the cutadapt tool.

flexbar 3.5.0
Dependencies: tbb@2020.3 zlib@1.3.1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/seqan/flexbar
Licenses: Modified BSD
Build system: cmake
Synopsis: Barcode and adapter removal tool for sequencing platforms
Description:

Flexbar preprocesses high-throughput nucleotide sequencing data efficiently. It demultiplexes barcoded runs and removes adapter sequences. Moreover, trimming and filtering features are provided. Flexbar increases read mapping rates and improves genome and transcriptome assemblies. It supports next-generation sequencing data in fasta/q and csfasta/q format from Illumina, Roche 454, and the SOLiD platform.

kallisto 0.50.1
Dependencies: hdf5@1.14.6 zlib@1.3.1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://pachterlab.github.io/kallisto/
Licenses: FreeBSD
Build system: cmake
Synopsis: Near-optimal RNA-Seq quantification
Description:

Kallisto is a program for quantifying abundances of transcripts from RNA-Seq data, or more generally of target sequences using high-throughput sequencing reads. It is based on the novel idea of pseudoalignment for rapidly determining the compatibility of reads with targets, without the need for alignment. Pseudoalignment of reads preserves the key information needed for quantification, and kallisto is therefore not only fast, but also as accurate as existing quantification tools.

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

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

python-cell2cell 0.8.4
Propagated dependencies: python-gseapy@1.1.12 python-kneed@0.8.5 python-matplotlib@3.10.8 python-networkx@3.4.2 python-numpy@2.3.1 python-openpyxl@3.1.5 python-pandas@2.3.3 python-scikit-learn@1.7.2 python-scipy@1.16.3 python-seaborn@0.13.2 python-statsmodels@0.14.5 python-scanpy@1.11.5 python-seaborn@0.13.2 python-tensorly@0.9.0 python-tqdm@4.67.1 python-umap-learn@0.5.11 python-xlrd@2.0.2
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/earmingol/cell2cell
Licenses: Modified BSD
Build system: pyproject
Synopsis: Python library for cell communication analysis
Description:

Cell2cell is a Python library for cell communication analysis. This is a method to calculate, visualize and analyze communication between cell types. Cell2cell is suitable for single-cell RNA sequencing (scRNA-seq) data.

Page: 185868788891356
Total packages: 32521