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

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.


bwa 0.7.18
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.

dropseq-tools 1.13
Dependencies: icedtea@3.19.0 java-picard@2.10.3 java-log4j-1.2-api@2.17.1 java-commons-math3@3.6.1 java-commons-jexl@2.1.1 java-commons-collections4@4.1 java-commons-lang@2.6 java-commons-io@2.5 java-snappy@1.0.3-rc3 java-guava@31.1 java-la4j@0.6.0 java-biojava-core@4.0.0 java-biojava-alignment@4.0.0 java-jdistlib@0.4.5 java-simple-xml@2.7.1 java-snakeyaml@1.18
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: http://mccarrolllab.com/dropseq/
Licenses: Expat
Build system: ant
Synopsis: Tools for Drop-seq analyses
Description:

Drop-seq is a technology to enable biologists to analyze RNA expression genome-wide in thousands of individual cells at once. This package provides tools to perform Drop-seq analyses.

python-coolbox 0.3.8
Dependencies: pybind11@2.13.6
Propagated dependencies: python-cooler@0.9.3 python-dna-features-viewer@3.1.1 python-fire@0.7.0 python-h5py@3.13.0 python-intervaltree@3.1.0 python-ipywidgets@8.1.2 jupyter@1.0.0 python-matplotlib@3.8.2 python-nbformat@5.10.4 python-numpy@1.26.4 python-numpydoc@1.5.0 python-pandas@2.2.3 python-pybbi@0.4.1 python-pytest@8.4.1 python-scipy@1.12.0 python-statsmodels@0.14.4 python-strawc@0.0.2.1 python-svgutils@0.3.4 python-termcolor@2.5.0 python-voila@0.5.8
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/GangCaoLab/CoolBox
Licenses: GPL 3+
Build system: python
Synopsis: Genomic data visualization toolkit
Description:

CoolBox is a toolkit for visual analysis of genomics data. It aims to be highly compatible with the Python ecosystem, easy to use and highly customizable with a well-designed user interface. It can be used in various visualization situations, for example, to produce high-quality genome track plots or fetch common used genomic data files with a Python script or command line, interactively explore genomic data within Jupyter environment or web browser.

python-cwlformat 2022.02.18
Propagated dependencies: python-importlib-resources@6.5.2 python-ruamel.yaml@0.18.14
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/rabix/cwl-format
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Prettifier for CWL code
Description:

python-cwlformat is a specification and a reference implementation for a very opinionated CWL code formatter. It outputs CWL in a standardized YAML format.

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.

python-cyvcf2 0.31.2
Dependencies: curl@8.6.0 htslib@1.21 libdeflate@1.19 openssl@3.0.8 zlib@1.3.1
Propagated dependencies: python-click@8.1.8 python-coloredlogs@10.0 python-numpy@1.26.4
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/brentp/cyvcf2/
Licenses: Expat
Build system: pyproject
Synopsis: Fast vcf file parsing with Cython and htslib
Description:

Cyvcf2 is a Cython wrapper around htslib built for fast parsing of Variant Call Format (VCF) files.

java-biojava-phylo 4.2.11
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.2.11 java-forester@0-1.86b07ef
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://biojava.org
Licenses: LGPL 2.1+
Build system: ant
Synopsis: Biojava interface to the forester phylogenomics library
Description:

The phylo module provides a biojava interface layer to the forester phylogenomics library for constructing phylogenetic trees.

adapterremoval 2.3.3
Dependencies: zlib@1.3.1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://adapterremoval.readthedocs.io/
Licenses: GPL 3+
Build system: gnu
Synopsis: Rapid sequence adapter trimming, identification, and read merging
Description:

This program searches for and removes remnant adapter sequences from High-Throughput Sequencing (HTS) data and (optionally) trims low quality bases from the 3' end of reads following adapter removal. AdapterRemoval can analyze both single end and paired end data, and can be used to merge overlapping paired-ended reads into (longer) consensus sequences. Additionally, the AdapterRemoval may be used to recover a consensus adapter sequence for paired-ended data, for which this information is not available.

r-dtmm 0.1.0-1.3a553b1
Propagated dependencies: r-ape@5.8-1 r-rcpp@1.1.0 r-rcpparmadillo@15.2.2-1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/MaStatLab/DTMM
Licenses: CC0
Build system: r
Synopsis: Dirichlet-tree multinomial mixtures
Description:

This package lets you perform unsupervised clustering of amplicon sequencing data in microbiome studies with the Dirichlet-tree Multinomial Mixtures.

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.

r-demultiplex2 1.0.2-2.c1ce09e
Propagated dependencies: r-data-table@1.17.8 r-devtools@2.4.6 r-dplyr@1.1.4 r-ggextra@0.11.0 r-ggplot2@4.0.1 r-gridextra@2.3 r-magrittr@2.0.4 r-mass@7.3-65 r-matrix@1.7-4 r-rcolorbrewer@1.1-3 r-shortread@1.68.0 r-stringdist@0.9.15 r-tidyr@1.3.1 r-uwot@0.2.4 r-viridis@0.6.5 r-xvector@0.50.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/Gartner-Lab/deMULTIplex2
Licenses: CC0
Build system: r
Synopsis: Robust sample demultiplexing for scRNA-seq
Description:

This package implements a bioinformatics algorithm for demultiplexing multiplexed single cell datasets. It is built on a statistical model of tag read counts derived from the physical mechanism of tag cross-contamination.

vsearch 2.9.1
Dependencies: zlib@1.3.1 bzip2@1.0.8 cityhash@1.1-2.8af9b8c
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/torognes/vsearch
Licenses: GPL 3 FreeBSD
Build system: gnu
Synopsis: Sequence search tools for metagenomics
Description:

VSEARCH supports DNA sequence searching, clustering, chimera detection, dereplication, pairwise alignment, shuffling, subsampling, sorting and masking. The tool takes advantage of parallelism in the form of SIMD vectorization as well as multiple threads to perform accurate alignments at high speed. VSEARCH uses an optimal global aligner (full dynamic programming Needleman-Wunsch).

mudskipper 0.1.0-1.effd3fa
Dependencies: zlib@1.3.1 xz@5.4.5
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/OceanGenomics/mudskipper
Licenses: Modified BSD
Build system: cargo
Synopsis: Convert genomic alignments to transcriptomic BAM/RAD files
Description:

Mudskipper is a tool for projecting genomic alignments to transcriptomic coordinates.

edirect 13.3.20200128
Dependencies: bash-minimal@5.2.37 edirect-go-programs@13.3.20200128 perl-html-parser@3.72 perl-encode-locale@1.05 perl-file-listing@6.15 perl-html-tagset@3.20 perl-html-tree@5.07 perl-http-cookies@6.10 perl-http-date@6.05 perl-http-message@6.37 perl-http-negotiate@6.01 perl-lwp-mediatypes@6.04 perl-lwp-protocol-https@6.09 perl-net-http@6.22 perl-uri@5.05 perl-www-robotrules@6.02 perl-xml-simple@2.25 perl@5.36.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://www.ncbi.nlm.nih.gov/books/NBK179288/
Licenses: Public Domain
Build system: perl
Synopsis: Tools for accessing the NCBI's set of databases
Description:

Entrez Direct (EDirect) is a method for accessing the National Center for Biotechnology Information's (NCBI) set of interconnected databases (publication, sequence, structure, gene, variation, expression, etc.) from a terminal. Functions take search terms from command-line arguments. Individual operations are combined to build multi-step queries. Record retrieval and formatting normally complete the process.

EDirect also provides an argument-driven function that simplifies the extraction of data from document summaries or other results that are returned in structured XML format. This can eliminate the need for writing custom software to answer ad hoc questions.

r-conqur 2.0-1.c7a8879
Propagated dependencies: r-ade4@1.7-23 r-ape@5.8-1 r-compositions@2.0-9 r-cqrreg@1.2.1 r-doparallel@1.0.17 r-dplyr@1.1.4 r-fastdummies@1.7.5 r-glmnet@4.1-10 r-gplots@3.2.0 r-gunifrac@1.9 r-quantreg@6.1 r-randomforest@4.7-1.2 r-rocr@1.0-11 r-vegan@2.7-2
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/wdl2459/ConQuR
Licenses: GPL 3
Build system: r
Synopsis: Batch effects removal for microbiome data
Description:

This package conducts batch effects removal from a taxa read count table by a conditional quantile regression method. The distributional attributes of microbiome data - zero-inflation and over-dispersion, are simultaneously considered.

r-rnaseqdtu 2.0-1.5bee1e7
Propagated dependencies: r-deseq2@1.50.2 r-devtools@2.4.6 r-dexseq@1.56.0 r-drimseq@1.38.0 r-edger@4.8.0 r-rafalib@1.0.4 r-stager@1.32.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/mikelove/rnaseqDTU/
Licenses: Artistic License 2.0
Build system: r
Synopsis: RNA-seq workflow for differential transcript usage
Description:

This package provides an RNA-seq workflow for differential transcript usage (DTU) following Salmon quantification. This workflow performs a DTU analysis on simulated data. It also shows how to use stageR to perform two-stage testing of DTU, a statistical framework to screen at the gene level and then confirm which transcripts within the significant genes show evidence of DTU.

python-ega-download-client 5.2.1
Propagated dependencies: python-htsget@0.2.6 python-psutil@7.0.0 python-requests@2.32.5 python-tqdm@4.67.1 python-urllib3@2.5.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/EGA-archive/ega-download-client
Licenses: ASL 2.0
Build system: pyproject
Synopsis: EGA download client
Description:

PyEGA3 is a tool for viewing and downloading files from authorized EGA datasets. It uses the EGA data API and has several key features:

  • Files are transferred over secure https connections and received unencrypted, so no need for decryption after download.

  • Downloads resume from where they left off in the event that the connection is interrupted.

  • Supports file segmenting and parallelized download of segments, improving overall performance.

  • After download completes, file integrity is verified using checksums.

  • Implements the GA4GH-compliant htsget protocol for download of genomic ranges for data files with accompanying index files.

preseq 2.0.3
Dependencies: gsl@2.8 samtools@0.1.19 smithlab-cpp@0.1.728a097 zlib@1.3.1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: http://smithlabresearch.org/software/preseq/
Licenses: GPL 3+
Build system: gnu
Synopsis: Program for analyzing library complexity
Description:

The preseq package is aimed at predicting and estimating the complexity of a genomic sequencing library, equivalent to predicting and estimating the number of redundant reads from a given sequencing depth and how many will be expected from additional sequencing using an initial sequencing experiment. The estimates can then be used to examine the utility of further sequencing, optimize the sequencing depth, or to screen multiple libraries to avoid low complexity samples.

python-mygene 3.2.2
Propagated dependencies: python-biothings-client@0.2.6
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/biothings/mygene.py
Licenses: Modified BSD
Build system: python
Synopsis: Python Client for MyGene.Info services
Description:

MyGene.Info provides simple-to-use REST web services to query/retrieve gene annotation data. It's designed with simplicity and performance emphasized. Mygene is a Python wrapper to access MyGene.Info services.

r-readwriter 1.5.3-1.91373c4
Propagated dependencies: r-gtools@3.9.5 r-openxlsx@4.2.8.1 r-readr@2.1.6 r-stringendo@0.6.0-1.15594b1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/vertesy/ReadWriter
Licenses: GPL 3
Build system: r
Synopsis: Functions to read and write files conveniently
Description:

ReadWriter is a set of R functions to read and write files conveniently.

pigx-chipseq 0.1.0
Dependencies: grep@3.11 coreutils@9.1 r-minimal@4.5.2 r-argparser@0.7.2 r-biocparallel@1.44.0 r-biostrings@2.78.0 r-chipseq@1.60.0 r-corrplot@0.95 r-data-table@1.17.8 r-deseq2@1.50.2 r-dplyr@1.1.4 r-dt@0.34.0 r-genomation@1.42.0 r-genomicalignments@1.46.0 r-genomicranges@1.62.0 r-ggplot2@4.0.1 r-ggrepel@0.9.6 r-gprofiler2@0.2.4 r-heatmaply@1.6.0 r-hexbin@1.28.5 r-htmlwidgets@1.6.4 r-jsonlite@2.0.0 r-pheatmap@1.0.13 r-plotly@4.11.0 r-rmarkdown@2.30 r-rsamtools@2.26.0 r-rsubread@2.24.0 r-rtracklayer@1.70.0 r-s4vectors@0.48.0 r-stringr@1.6.0 r-tibble@3.3.0 r-tidyr@1.3.1 python-wrapper@3.11.14 python-pyyaml@6.0.2 python-magic@0.4.27 python-xlrd@2.0.2 trim-galore@0.6.6 macs@2.2.9.1 multiqc@1.14 perl@5.36.0 pandoc@2.19.2 fastqc@0.11.9 bowtie@2.3.4.3 idr@2.0.3 snakemake@7.32.4 samtools@1.19 bedtools@2.31.1 kentutils@302.0.0
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://bioinformatics.mdc-berlin.de/pigx/
Licenses: GPL 3+
Build system: gnu
Synopsis: Analysis pipeline for ChIP sequencing experiments
Description:

PiGX ChIPseq is an analysis pipeline for preprocessing, peak calling and reporting for ChIP sequencing experiments. It is easy to use and produces high quality reports. The inputs are reads files from the sequencing experiment, and a configuration file which describes the experiment. In addition to quality control of the experiment, the pipeline enables to set up multiple peak calling analysis and allows the generation of a UCSC track hub in an easily configurable manner.

r-psiplot 2.3.0
Propagated dependencies: r-mass@7.3-65 r-dplyr@1.1.4 r-tidyr@1.3.1 r-purrr@1.2.0 r-readr@2.1.6 r-magrittr@2.0.4 r-ggplot2@4.0.1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/kcha/psiplot
Licenses: Expat
Build system: r
Synopsis: Plot percent spliced-in values of alternatively-spliced exons
Description:

PSIplot is an R package for generating plots of percent spliced-in (PSI) values of alternatively-spliced exons that were computed by vast-tools, an RNA-Seq pipeline for alternative splicing analysis. The plots are generated using ggplot2.

tabixpp 1.1.2
Dependencies: bzip2@1.0.8 curl@8.6.0 htslib@1.21 xz@5.4.5 zlib@1.3.1
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/ekg/tabixpp
Licenses: Expat
Build system: gnu
Synopsis: C++ wrapper around tabix project
Description:

This is a C++ wrapper around the Tabix project which abstracts some of the details of opening and jumping in tabix-indexed files.

python-pybio 0.3.12-1.c91fddc
Propagated dependencies: python-beautifulsoup4@4.14.3 python-numpy@1.26.4 python-psutil@7.0.0 python-pysam@0.23.0 python-requests@2.32.5
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://github.com/grexor/pybio
Licenses: GPL 3+
Build system: pyproject
Synopsis: Basic genomics toolset
Description:

This tool provides a Python framework to streamline genomics operations. It offers a direct interface to Ensembl genome assemblies and annotations, while also accommodating custom genomes via FASTA/GTF inputs. The primary objective of pybio is to simplify genome management. It achieves this by providing automatic download of Ensembl genome assemblies and annotation, provides Python genomic feature search and sequence retrieval from the managed genomes, STAR indexing and mapping and more.

Total packages: 69236