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

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.


r-flowclust 3.48.0
Dependencies: gsl@2.8
Propagated dependencies: r-biobase@2.70.0 r-biocgenerics@0.56.0 r-flowcore@2.22.0 r-graph@1.88.0
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://bioconductor.org/packages/flowClust
Licenses: Artistic License 2.0
Build system: r
Synopsis: Clustering for flow cytometry
Description:

This package provides robust model-based clustering using a t-mixture model with Box-Cox transformation.

r-imputelcmd 2.1
Propagated dependencies: r-impute@1.84.0 r-norm@1.0-11.1 r-pcamethods@2.2.0 r-tmvtnorm@1.7
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://cran.r-project.org/package=imputeLCMD
Licenses: GPL 2+
Build system: r
Synopsis: Collection of methods for left-censored missing data imputation
Description:

This package provides a collection of functions for left-censored missing data imputation. Left-censoring is a special case of missing not at random (MNAR) mechanism that generates non-responses in proteomics experiments. The package also contains functions to artificially generate peptide/protein expression data (log-transformed) as random draws from a multivariate Gaussian distribution as well as a function to generate missing data (both randomly and non-randomly). For comparison reasons, the package also contains several wrapper functions for the imputation of non-responses that are missing at random.

r-raggedexperiment 1.34.0
Propagated dependencies: r-biocbaseutils@1.12.0 r-biocgenerics@0.56.0 r-genomicranges@1.62.0 r-iranges@2.44.0 r-matrix@1.7-4 r-matrixgenerics@1.22.0 r-s4vectors@0.48.0 r-seqinfo@1.0.0 r-summarizedexperiment@1.40.0
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://bioconductor.org/packages/RaggedExperiment
Licenses: Artistic License 2.0
Build system: r
Synopsis: Representation of sparse experiments and assays across samples
Description:

This package provides a flexible representation of copy number, mutation, and other data that fit into the ragged array schema for genomic location data. The basic representation of such data provides a rectangular flat table interface to the user with range information in the rows and samples/specimen in the columns. The RaggedExperiment class derives from a GRangesList representation and provides a semblance of a rectangular dataset.

r-airway 1.30.0
Propagated dependencies: r-summarizedexperiment@1.40.0
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://bioconductor.org/packages/airway
Licenses: LGPL 2.0+
Build system: r
Synopsis: RangedSummarizedExperiment for RNA-Seq in airway smooth muscle cells
Description:

This package provides a RangedSummarizedExperiment object of read counts in genes for an RNA-Seq experiment on four human airway smooth muscle cell lines treated with dexamethasone. Details on the gene model and read counting procedure are provided in the package vignette. The citation for the experiment is: Himes BE, Jiang X, Wagner P, Hu R, Wang Q, Klanderman B, Whitaker RM, Duan Q, Lasky-Su J, Nikolos C, Jester W, Johnson M, Panettieri R Jr, Tantisira KG, Weiss ST, Lu Q. RNA-Seq Transcriptome Profiling Identifies CRISPLD2 as a Glucocorticoid Responsive Gene that Modulates Cytokine Function in Airway Smooth Muscle Cells. PLoS One. 2014 Jun 13;9(6):e99625. PMID: 24926665. GEO: GSE52778.

r-bioqc 1.38.0
Propagated dependencies: r-biobase@2.70.0 r-edger@4.8.0 r-rcpp@1.1.0
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://accio.github.io/BioQC/
Licenses: GPL 3+
Build system: r
Synopsis: Detect tissue heterogeneity in expression profiles with gene sets
Description:

BioQC performs quality control of high-throughput expression data based on tissue gene signatures. It can detect tissue heterogeneity in gene expression data. The core algorithm is a Wilcoxon-Mann-Whitney test that is optimised for high performance.

r-stager 1.32.0
Propagated dependencies: r-summarizedexperiment@1.40.0
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://bioconductor.org/packages/stageR
Licenses: GPL 3
Build system: r
Synopsis: Stage-wise analysis of high throughput gene expression data
Description:

The stageR package allows automated stage-wise analysis of high-throughput gene expression data. The method is published in Genome Biology at https://genomebiology.biomedcentral.com/articles/10.1186/s13059-017-1277-0.

r-bluster 1.20.0
Propagated dependencies: r-assorthead@1.4.0 r-biocneighbors@2.4.0 r-biocparallel@1.44.0 r-cluster@2.1.8.1 r-igraph@2.2.1 r-matrix@1.7-4 r-rcpp@1.1.0 r-s4vectors@0.48.0
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://bioconductor.org/packages/bluster
Licenses: GPL 3
Build system: r
Synopsis: Clustering algorithms for Bioconductor
Description:

This package wraps common clustering algorithms in an easily extended S4 framework. Backends are implemented for hierarchical, k-means and graph-based clustering. Several utilities are also provided to compare and evaluate clustering results.

r-nmf 0.28
Propagated dependencies: r-biobase@2.70.0 r-biocmanager@1.30.27 r-bigmemory@4.6.4 r-cluster@2.1.8.1 r-codetools@0.2-20 r-colorspace@2.1-2 r-digest@0.6.39 r-doparallel@1.0.17 r-foreach@1.5.2 r-ggplot2@4.0.1 r-gridbase@0.4-7 r-rcolorbrewer@1.1-3 r-registry@0.5-1 r-reshape2@1.4.5 r-rngtools@1.5.2 r-stringr@1.6.0 r-synchronicity@1.3.10
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://renozao.github.io/NMF
Licenses: GPL 2+
Build system: r
Synopsis: Algorithms and framework for nonnegative matrix factorization
Description:

This package provides a framework to perform Non-negative Matrix Factorization (NMF). The package implements a set of already published algorithms and seeding methods, and provides a framework to test, develop and plug new or custom algorithms. Most of the built-in algorithms have been optimized in C++, and the main interface function provides an easy way of performing parallel computations on multicore machines.

r-dama 1.82.0
Propagated dependencies: r-mass@7.3-65
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://bioconductor.org/packages/release/bioc/html/daMA.html
Licenses: GPL 2+
Build system: r
Synopsis: Efficient design and analysis of factorial two-colour microarray data
Description:

This package contains functions for the efficient design of factorial two-colour microarray experiments and for the statistical analysis of factorial microarray data.

r-zinbwave 1.32.0
Propagated dependencies: r-biocparallel@1.44.0 r-edger@4.8.0 r-genefilter@1.92.0 r-matrix@1.7-4 r-singlecellexperiment@1.32.0 r-softimpute@1.4-3 r-summarizedexperiment@1.40.0
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://bioconductor.org/packages/zinbwave
Licenses: Artistic License 2.0
Build system: r
Synopsis: Zero-inflated negative binomial model for RNA-seq data
Description:

This package implements a general and flexible zero-inflated negative binomial model that can be used to provide a low-dimensional representations of single-cell RNA-seq data. The model accounts for zero inflation (dropouts), over-dispersion, and the count nature of the data. The model also accounts for the difference in library sizes and optionally for batch effects and/or other covariates, avoiding the need for pre-normalize the data.

r-msfeatures 1.18.0
Propagated dependencies: r-mscoreutils@1.21.0 r-protgenerics@1.42.0 r-summarizedexperiment@1.40.0
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://github.com/RforMassSpectrometry/MsFeatures
Licenses: Artistic License 2.0
Build system: r
Synopsis: Functionality for mass spectrometry features
Description:

The MsFeature package defines functionality for Mass Spectrometry features. This includes functions to group (LC-MS) features based on some of their properties, such as retention time (coeluting features), or correlation of signals across samples. This package hence can be used to group features, and its results can be used as an input for the QFeatures package which allows aggregating abundance levels of features within each group. This package defines concepts and functions for base and common data types, implementations for more specific data types are expected to be implemented in the respective packages (such as e.g. xcms).

r-bsgenome-hsapiens-1000genomes-hs37d5 0.99.1
Propagated dependencies: r-bsgenome@1.78.0
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://www.bioconductor.org/packages/BSgenome.Hsapiens.1000genomes.hs37d5/
Licenses: Artistic License 2.0
Build system: r
Synopsis: Full genome sequences for Homo sapiens
Description:

This package provides full genome sequences for Homo sapiens from 1000genomes phase2 reference genome sequence (hs37d5), based on NCBI GRCh37.

r-rcistarget 1.29.0
Propagated dependencies: r-arrow@22.0.0 r-aucell@1.32.0 r-biocgenerics@0.56.0 r-data-table@1.17.8 r-dplyr@1.1.4 r-genomeinfodb@1.46.0 r-genomicranges@1.62.0 r-gseabase@1.72.0 r-r-utils@2.13.0 r-s4vectors@0.48.0 r-summarizedexperiment@1.40.0 r-tibble@3.3.0 r-zoo@1.8-14
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://aertslab.org/#scenic
Licenses: GPL 3
Build system: r
Synopsis: Identify transcription factor binding motifs enriched on a gene list
Description:

RcisTarget identifies transcription factor binding motifs (TFBS) over-represented on a gene list. In a first step, RcisTarget selects DNA motifs that are significantly over-represented in the surroundings of the transcription start site (TSS) of the genes in the gene-set. This is achieved by using a database that contains genome-wide cross-species rankings for each motif. The motifs that are then annotated to TFs and those that have a high Normalized Enrichment Score (NES) are retained. Finally, for each motif and gene-set, RcisTarget predicts the candidate target genes (i.e. genes in the gene-set that are ranked above the leading edge).

r-asgsca 1.44.0
Propagated dependencies: r-mass@7.3-65 r-matrix@1.7-4
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://bioconductor.org/packages/ASGSCA
Licenses: GPL 3
Build system: r
Synopsis: Analysis of associations between multiple genotypes and traits
Description:

The package ASGSCA (Association Study using Generalized Structured Component Analysis) provides tools to model and test the association between multiple genotypes and multiple traits, taking into account the prior biological knowledge. Genes, and clinical pathways are incorporated in the model as latent variables.

r-ldblock 1.40.0
Propagated dependencies: r-biocgenerics@0.56.0 r-httr@1.4.7 r-matrix@1.7-4 r-rlang@1.1.6 r-seqinfo@1.0.0
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://bioconductor.org/packages/ldblock
Licenses: Artistic License 2.0
Build system: r
Synopsis: Data structures for linkage disequilibrium measures in populations
Description:

This package defines data structures for linkage disequilibrium (LD) measures in populations. Its purpose is to simplify handling of existing population-level data for the purpose of flexibly defining LD blocks.

r-copyhelper 1.42.0
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://bioconductor.org/packages/CopyhelpeR/
Licenses: GPL 2
Build system: r
Synopsis: Helper files for CopywriteR
Description:

This package contains the helper files that are required to run the Bioconductor package CopywriteR. It contains pre-assembled 1kb bin GC-content and mappability files for the reference genomes hg18, hg19, hg38, mm9 and mm10. In addition, it contains a blacklist filter to remove regions that display copy number variation. Files are stored as GRanges objects from the GenomicRanges Bioconductor package.

r-assorthead 1.4.0
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://github.com/LTLA/assorthead
Licenses: Expat
Build system: r
Synopsis: Assorted header-only C++ libraries
Description:

This package vendors an assortment of useful header-only C++ libraries. Bioconductor packages can use these libraries in their own C++ code by LinkingTo this package without introducing any additional dependencies. The use of a central repository avoids duplicate vendoring of libraries across multiple R packages, and enables better coordination of version updates across cohorts of interdependent C++ libraries.

r-cicero 1.28.0
Propagated dependencies: r-assertthat@0.2.1 r-biobase@2.70.0 r-biocgenerics@0.56.0 r-data-table@1.17.8 r-dplyr@1.1.4 r-fnn@1.1.4.1 r-genomicranges@1.62.0 r-ggplot2@4.0.1 r-glasso@1.11 r-gviz@1.54.0 r-igraph@2.2.1 r-iranges@2.44.0 r-matrix@1.7-4 r-monocle@2.38.0 r-plyr@1.8.9 r-reshape2@1.4.5 r-s4vectors@0.48.0 r-stringi@1.8.7 r-stringr@1.6.0 r-tibble@3.3.0 r-tidyr@1.3.1 r-vgam@1.1-13
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://bioconductor.org/packages/cicero/
Licenses: Expat
Build system: r
Synopsis: Predict cis-co-accessibility from single-cell data
Description:

Cicero computes putative cis-regulatory maps from single-cell chromatin accessibility data. It also extends the monocle package for use in chromatin accessibility data.

r-amountain 1.36.0
Dependencies: gsl@2.8
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://bioconductor.org/packages/AMOUNTAIN
Licenses: GPL 2+
Build system: r
Synopsis: Modules for multilayer weighted gene co-expression networks
Description:

This package provides a pure data-driven gene network, WGCN(weighted gene co-expression network) could be constructed only from expression profile. Different layers in such networks may represent different time points, multiple conditions or various species. AMOUNTAIN aims to search active modules in multi-layer WGCN using a continuous optimization approach.

r-biocfilecache 3.0.0
Propagated dependencies: r-curl@7.0.0 r-dbi@1.2.3 r-dbplyr@2.5.1 r-dplyr@1.1.4 r-filelock@1.0.3 r-httr2@1.2.1 r-rsqlite@2.4.4
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://bioconductor.org/packages/BiocFileCache/
Licenses: Artistic License 2.0
Build system: r
Synopsis: Manage files across sessions
Description:

This package creates a persistent on-disk cache of files that the user can add, update, and retrieve. It is useful for managing resources (such as custom Txdb objects) that are costly or difficult to create, web resources, and data files used across sessions.

r-zebrafishrnaseq 1.30.0
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://bioconductor.org/packages/zebrafishRNASeq
Licenses: GPL 2+ GPL 3+
Build system: r
Synopsis: Zebrafish RNA-Seq experimental data from Ferreira et al. (2014)
Description:

This package provides gene-level read counts from RNA-Seq for gallein-treated and control zebrafish.

r-motifbreakr 2.24.0
Propagated dependencies: r-biocfilecache@3.0.0 r-biocgenerics@0.56.0 r-biocparallel@1.44.0 r-biomart@2.66.0 r-biostrings@2.78.0 r-bsgenome@1.78.0 r-bsicons@0.1.2 r-bslib@0.9.0 r-dt@0.34.0 r-genomeinfodb@1.46.0 r-genomicranges@1.62.0 r-gviz@1.54.0 r-iranges@2.44.0 r-matrixstats@1.5.0 r-motifdb@1.52.0 r-motifstack@1.54.0 r-pwalign@1.6.0 r-rtracklayer@1.70.0 r-s4vectors@0.48.0 r-shiny@1.11.1 r-stringr@1.6.0 r-summarizedexperiment@1.40.0 r-tfmpvalue@0.0.9 r-variantannotation@1.56.0 r-vroom@1.6.6
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://www.bioconductor.org/packages/motifbreakR/
Licenses: GPL 2+
Build system: r
Synopsis: Predicting disruptiveness of single nucleotide polymorphisms
Description:

This package allows biologists to judge in the first place whether the sequence surrounding the polymorphism is a good match, and in the second place how much information is gained or lost in one allele of the polymorphism relative to another. This package gives a choice of algorithms for interrogation of genomes with motifs from public sources:

  1. a weighted-sum probability matrix;

  2. log-probabilities;

  3. weighted by relative entropy.

This package can predict effects for novel or previously described variants in public databases, making it suitable for tasks beyond the scope of its original design. Lastly, it can be used to interrogate any genome curated within Bioconductor.

r-genomicfiles 1.46.0
Propagated dependencies: r-biocbaseutils@1.12.0 r-biocgenerics@0.56.0 r-biocparallel@1.44.0 r-genomeinfodb@1.46.0 r-genomicalignments@1.46.0 r-genomicranges@1.62.0 r-iranges@2.44.0 r-matrixgenerics@1.22.0 r-rsamtools@2.26.0 r-rtracklayer@1.70.0 r-s4vectors@0.48.0 r-seqinfo@1.0.0 r-summarizedexperiment@1.40.0 r-variantannotation@1.56.0
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://bioconductor.org/packages/GenomicFiles
Licenses: Artistic License 2.0
Build system: r
Synopsis: Distributed computing by file or by range
Description:

This package provides infrastructure for parallel computations distributed by file or by range. User defined mapper and reducer functions provide added flexibility for data combination and manipulation.

r-yamss 1.36.0
Propagated dependencies: r-biocgenerics@0.56.0 r-data-table@1.17.8 r-ebimage@4.52.0 r-iranges@2.44.0 r-limma@3.66.0 r-matrix@1.7-4 r-mzr@2.44.0 r-s4vectors@0.48.0 r-summarizedexperiment@1.40.0
Channel: guix
Location: gnu/packages/bioconductor.scm (gnu packages bioconductor)
Home page: https://github.com/hansenlab/yamss
Licenses: Artistic License 2.0
Build system: r
Synopsis: Tools for high-throughput metabolomics
Description:

This package provides tools to analyze and visualize high-throughput metabolomics data acquired using chromatography-mass spectrometry. These tools preprocess data in a way that enables reliable and powerful differential analysis.

Total packages: 69245