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

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-txdb-rnorvegicus-ucsc-rn6-refgene 3.4.6
Propagated dependencies: r-genomicfeatures@1.64.0 r-annotationdbi@1.74.0
Channel: guix-bioc
Location: guix-bioc/packages/t.scm (guix-bioc packages t)
Home page: https://bioconductor.org/packages/TxDb.Rnorvegicus.UCSC.rn6.refGene
Licenses: Artistic License 2.0
Build system: r
Synopsis: Annotation package for TxDb object(s)
Description:

Exposes an annotation databases generated from UCSC by exposing these as TxDb objects.

r-txdb-mmulatta-ucsc-rhemac10-refgene 3.14.0
Propagated dependencies: r-genomicfeatures@1.64.0 r-annotationdbi@1.74.0
Channel: guix-bioc
Location: guix-bioc/packages/t.scm (guix-bioc packages t)
Home page: https://bioconductor.org/packages/TxDb.Mmulatta.UCSC.rheMac10.refGene
Licenses: Artistic License 2.0
Build system: r
Synopsis: Annotation package for TxDb object(s)
Description:

Exposes an annotation databases generated from UCSC by exposing these as TxDb objects.

r-tmsig 1.6.0
Propagated dependencies: r-matrix@1.7-5 r-limma@3.68.3 r-gseabase@1.74.0 r-data-table@1.18.4 r-complexheatmap@2.28.0 r-circlize@0.4.18
Channel: guix-bioc
Location: guix-bioc/packages/t.scm (guix-bioc packages t)
Home page: https://github.com/EMSL-Computing/TMSig
Licenses: GPL 3+
Build system: r
Synopsis: Tools for Molecular Signatures
Description:

The TMSig package contains tools to prepare, analyze, and visualize named lists of sets, with an emphasis on molecular signatures (such as gene or kinase sets). It includes fast, memory efficient functions to construct sparse incidence and similarity matrices and filter, cluster, invert, and decompose sets. Additionally, bubble heatmaps can be created to visualize the results of any differential or molecular signatures analysis.

r-tissuetreg 1.32.0
Channel: guix-bioc
Location: guix-bioc/packages/t.scm (guix-bioc packages t)
Home page: https://github.com/cimbusch/tissueTreg
Licenses: GPL 2+
Build system: r
Synopsis: TWGBS and RNA-seq data from tissue T regulatory cells from mice
Description:

The package provides ready to use epigenomes (obtained from TWGBS) and transcriptomes (RNA-seq) from various tissues as obtained in the study (Delacher and Imbusch 2017, PMID: 28783152). Regulatory T cells (Treg cells) perform two distinct functions: they maintain self-tolerance, and they support organ homeostasis by differentiating into specialized tissue Treg cells. The underlying dataset characterises the epigenetic and transcriptomic modifications for specialized tissue Treg cells.

r-tidyspatialexperiment 1.8.0
Propagated dependencies: r-vctrs@0.7.3 r-ttservice@0.5.3 r-tidysinglecellexperiment@1.22.0 r-tidyselect@1.2.1 r-tidyr@1.3.2 r-tidygate@1.0.19 r-tibble@3.3.1 r-summarizedexperiment@1.42.0 r-stringr@1.6.0 r-spatialexperiment@1.22.0 r-singlecellexperiment@1.34.0 r-shiny@1.13.0 r-s4vectors@0.50.1 r-rlang@1.2.0 r-purrr@1.2.2 r-plotly@4.12.0 r-pkgconfig@2.0.3 r-pillar@1.11.1 r-magick@2.9.1 r-lifecycle@1.0.5 r-ggplot2@4.0.3 r-fansi@1.0.7 r-dplyr@1.2.1 r-cli@3.6.6 r-biocgenerics@0.58.1
Channel: guix-bioc
Location: guix-bioc/packages/t.scm (guix-bioc packages t)
Home page: https://github.com/william-hutchison/tidySpatialExperiment
Licenses: GPL 3+
Build system: r
Synopsis: SpatialExperiment with tidy principles
Description:

tidySpatialExperiment provides a bridge between the SpatialExperiment package and the tidyverse ecosystem. It creates an invisible layer that allows you to interact with a SpatialExperiment object as if it were a tibble; enabling the use of functions from dplyr, tidyr, ggplot2 and plotly. But, underneath, your data remains a SpatialExperiment object.

r-tidyflowcore 1.6.0
Propagated dependencies: r-tidyr@1.3.2 r-tibble@3.3.1 r-stringr@1.6.0 r-rlang@1.2.0 r-purrr@1.2.2 r-ggplot2@4.0.3 r-flowcore@2.24.0 r-dplyr@1.2.1 r-biobase@2.72.0
Channel: guix-bioc
Location: guix-bioc/packages/t.scm (guix-bioc packages t)
Home page: https://github.com/keyes-timothy/tidyFlowCore
Licenses: Expat
Build system: r
Synopsis: tidyFlowCore: Bringing flowCore to the tidyverse
Description:

tidyFlowCore bridges the gap between flow cytometry analysis using the flowCore Bioconductor package and the tidy data principles advocated by the tidyverse. It provides a suite of dplyr-, ggplot2-, and tidyr-like verbs specifically designed for working with flowFrame and flowSet objects as if they were tibbles; however, your data remain flowCore data structures under this layer of abstraction. tidyFlowCore enables intuitive and streamlined analysis workflows that can leverage both the Bioconductor and tidyverse ecosystems for cytometry data.

r-test3probe 2.18.0
Propagated dependencies: r-annotationdbi@1.74.0
Channel: guix-bioc
Location: guix-bioc/packages/t.scm (guix-bioc packages t)
Home page: https://bioconductor.org/packages/test3probe
Licenses: LGPL 2.0+
Build system: r
Synopsis: Probe sequence data for microarrays of type test3
Description:

This package was automatically created by package AnnotationForge version 1.11.21. The probe sequence data was obtained from http://www.affymetrix.com. The file name was Test3\_probe\_tab.

r-test1cdf 2.18.0
Propagated dependencies: r-annotationdbi@1.74.0
Channel: guix-bioc
Location: guix-bioc/packages/t.scm (guix-bioc packages t)
Home page: https://bioconductor.org/packages/test1cdf
Licenses: LGPL 2.0+
Build system: r
Synopsis: test1cdf
Description:

This package provides a package containing an environment representing the Test1.CDF file.

r-teqc 4.34.0
Propagated dependencies: r-seqinfo@1.2.0 r-s4vectors@0.50.1 r-rsamtools@2.28.0 r-iranges@2.46.0 r-hwriter@1.3.2.1 r-genomicranges@1.64.0 r-biocgenerics@0.58.1 r-biobase@2.72.0
Channel: guix-bioc
Location: guix-bioc/packages/t.scm (guix-bioc packages t)
Home page: https://bioconductor.org/packages/TEQC
Licenses: GPL 2+
Build system: r
Synopsis: Quality control for target capture experiments
Description:

Target capture experiments combine hybridization-based (in solution or on microarrays) capture and enrichment of genomic regions of interest (e.g. the exome) with high throughput sequencing of the captured DNA fragments. This package provides functionalities for assessing and visualizing the quality of the target enrichment process, like specificity and sensitivity of the capture, per-target read coverage and so on.

r-tidyprint 1.0.0
Propagated dependencies: r-vctrs@0.7.3 r-tidyr@1.3.2 r-tibble@3.3.1 r-summarizedexperiment@1.42.0 r-stringr@1.6.0 r-s4vectors@0.50.1 r-rlang@1.2.0 r-purrr@1.2.2 r-pkgconfig@2.0.3 r-pillar@1.11.1 r-magrittr@2.0.5 r-fansi@1.0.7 r-dplyr@1.2.1 r-cli@3.6.6
Channel: guix-bioc
Location: guix-bioc/packages/t.scm (guix-bioc packages t)
Home page: https://github.com/tidyomics/tidyprint
Licenses: GPL 3
Build system: r
Synopsis: Custom Print Methods for SummarizedExperiment
Description:

This package provides customized print methods for SummarizedExperiment objects to enhance readability and usability within a tidy workflow. It offers consistent, tidyverse-aligned console displays, including alternative tibble abstractions for large genomic data to improve discoverability and interpretation. The package also includes unified, contextual messaging utilities intended for the tidyomics ecosystem.

r-tenet 1.4.0
Propagated dependencies: r-tenet-experimenthub@1.4.0 r-tcgabiolinks@2.40.0 r-survminer@0.5.2 r-survival@3.8-6 r-summarizedexperiment@1.42.0 r-sesamedata@1.30.0 r-sesame@1.30.0 r-seqlogo@1.78.0 r-s4vectors@0.50.1 r-rtracklayer@1.72.0 r-rcircos@1.2.2 r-r-utils@2.13.0 r-pastecs@1.4.2 r-multiassayexperiment@1.38.0 r-motifdb@1.54.0 r-matlab@1.0.4.1 r-iranges@2.46.0 r-ggplot2@4.0.3 r-genomicranges@1.64.0 r-experimenthub@3.2.0 r-bsgenome-hsapiens-ucsc-hg38@1.4.5 r-biostrings@2.80.1 r-bammtools@2.1.12 r-annotationhub@4.2.0
Channel: guix-bioc
Location: guix-bioc/packages/t.scm (guix-bioc packages t)
Home page: https://github.com/rhielab/TENET
Licenses: GPL 2
Build system: r
Synopsis: R package for TENET (Tracing regulatory Element Networks using Epigenetic Traits) to identify key transcription factors
Description:

TENET identifies key transcription factors (TFs) and regulatory elements (REs) linked to a specific cell type by finding significantly correlated differences in gene expression and RE DNA methylation between case and control input datasets, and identifying the top genes by number of significant RE DNA methylation site links. It also includes many tools for visualization and analysis of the results, including plots displaying and comparing methylation and expression data and methylation site link counts, survival analysis, TF motif searching in the vicinity of linked RE DNA methylation sites, custom TAD and peak overlap analysis, and UCSC Genome Browser track file generation. A utility function is also provided to download methylation, expression, and patient survival data from The Cancer Genome Atlas (TCGA) for use in TENET or other analyses.

r-topdownrdata 1.34.0
Propagated dependencies: r-topdownr@1.34.0
Channel: guix-bioc
Location: guix-bioc/packages/t.scm (guix-bioc packages t)
Home page: https://codeberg.org/sgibb/topdownrdata/
Licenses: GPL 3+
Build system: r
Synopsis: Example Files for the topdownr R Package
Description:

Example data for the topdownr package generated on a Thermo Orbitrap Fusion Lumos MS device.

r-tenet-experimenthub 1.4.0
Propagated dependencies: r-summarizedexperiment@1.42.0 r-multiassayexperiment@1.38.0 r-ggplot2@4.0.3 r-genomicranges@1.64.0 r-experimenthub@3.2.0
Channel: guix-bioc
Location: guix-bioc/packages/t.scm (guix-bioc packages t)
Home page: https://github.com/rhielab/TENET.ExperimentHub
Licenses: GPL 2
Build system: r
Synopsis: Experiment data for the TENET package
Description:

ExperimentHub package containing datasets for use in the TENET package's vignette and function examples. These include a variety of different objects to illustrate different datasets used in TENET functions. Where applicable, all datasets are aligned to the hg38 human genome.

r-tidysummarizedexperiment 1.22.0
Propagated dependencies: r-vctrs@0.7.3 r-ttservice@0.5.3 r-tidyselect@1.2.1 r-tidyr@1.3.2 r-tibble@3.3.1 r-summarizedexperiment@1.42.0 r-stringr@1.6.0 r-s4vectors@0.50.1 r-rlang@1.2.0 r-purrr@1.2.2 r-plyxp@1.6.1 r-pkgconfig@2.0.3 r-pillar@1.11.1 r-magrittr@2.0.5 r-lifecycle@1.0.5 r-ggplot2@4.0.3 r-fansi@1.0.7 r-ellipsis@0.3.3 r-dplyr@1.2.1 r-cli@3.6.6
Channel: guix-bioc
Location: guix-bioc/packages/t.scm (guix-bioc packages t)
Home page: https://github.com/stemangiola/tidySummarizedExperiment
Licenses: GPL 3
Build system: r
Synopsis: Brings SummarizedExperiment to the Tidyverse
Description:

The tidySummarizedExperiment package provides a set of tools for creating and manipulating tidy data representations of SummarizedExperiment objects. SummarizedExperiment is a widely used data structure in bioinformatics for storing high-throughput genomic data, such as gene expression or DNA sequencing data. The tidySummarizedExperiment package introduces a tidy framework for working with SummarizedExperiment objects. It allows users to convert their data into a tidy format, where each observation is a row and each variable is a column. This tidy representation simplifies data manipulation, integration with other tidyverse packages, and enables seamless integration with the broader ecosystem of tidy tools for data analysis.

r-txdb-rnorvegicus-ucsc-rn5-refgene 3.12.0
Propagated dependencies: r-genomicfeatures@1.64.0 r-annotationdbi@1.74.0
Channel: guix-bioc
Location: guix-bioc/packages/t.scm (guix-bioc packages t)
Home page: https://bioconductor.org/packages/TxDb.Rnorvegicus.UCSC.rn5.refGene
Licenses: Artistic License 2.0
Build system: r
Synopsis: Annotation package for TxDb object(s)
Description:

Exposes an annotation databases generated from UCSC by exposing these as TxDb objects.

r-tress 1.18.0
Propagated dependencies: r-s4vectors@0.50.1 r-rtracklayer@1.72.0 r-rsamtools@2.28.0 r-matrixstats@1.5.0 r-matrix@1.7-5 r-iranges@2.46.0 r-genomicranges@1.64.0 r-genomicfeatures@1.64.0 r-annotationdbi@1.74.0
Channel: guix-bioc
Location: guix-bioc/packages/t.scm (guix-bioc packages t)
Home page: https://bioconductor.org/packages/TRESS
Licenses: FSDG-compatible
Build system: r
Synopsis: Toolbox for mRNA epigenetics sequencing analysis
Description:

This package is devoted to analyzing MeRIP-seq data. Current functionalities include 1. detect transcriptome wide m6A methylation regions 2. detect transcriptome wide differential m6A methylation regions.

r-tpp 3.40.2
Propagated dependencies: r-vgam@1.1-14 r-venndiagram@1.8.2 r-tidyr@1.3.2 r-tibble@3.3.1 r-stringr@1.6.0 r-rmarkdown@2.31 r-rlang@1.2.0 r-reshape2@1.4.5 r-rcurl@1.98-1.18 r-rcolorbrewer@1.1-3 r-purrr@1.2.2 r-plyr@1.8.9 r-openxlsx@4.2.8.1 r-nls2@0.3-4 r-mass@7.3-65 r-magrittr@2.0.5 r-limma@3.68.3 r-knitr@1.51 r-gridextra@2.3 r-ggplot2@4.0.3 r-futile-logger@1.4.9 r-foreach@1.5.2 r-dplyr@1.2.1 r-doparallel@1.0.17 r-data-table@1.18.4 r-biobase@2.72.0
Channel: guix-bioc
Location: guix-bioc/packages/t.scm (guix-bioc packages t)
Home page: https://bioconductor.org/packages/TPP
Licenses: Artistic License 2.0
Build system: r
Synopsis: Analyze thermal proteome profiling (TPP) experiments
Description:

Analyze thermal proteome profiling (TPP) experiments with varying temperatures (TR) or compound concentrations (CCR).

r-terratcgadata 1.16.0
Propagated dependencies: r-tidyr@1.3.2 r-tcgautils@1.32.0 r-s4vectors@0.50.1 r-readr@2.2.0 r-raggedexperiment@1.36.0 r-multiassayexperiment@1.38.0 r-genomicranges@1.64.0 r-dplyr@1.2.1 r-biocfilecache@3.2.0 r-anvilgcp@1.6.0 r-anvil@1.24.0
Channel: guix-bioc
Location: guix-bioc/packages/t.scm (guix-bioc packages t)
Home page: https://github.com/waldronlab/terraTCGAdata
Licenses: Artistic License 2.0
Build system: r
Synopsis: OpenAccess TCGA Data on Terra as MultiAssayExperiment
Description:

Leverage the existing open access TCGA data on Terra with well-established Bioconductor infrastructure. Make use of the Terra data model without learning its complexities. With a few functions, you can copy / download and generate a MultiAssayExperiment from the TCGA example workspaces provided by Terra.

r-txdb-scerevisiae-ucsc-saccer2-sgdgene 3.2.2
Propagated dependencies: r-genomicfeatures@1.64.0 r-annotationdbi@1.74.0
Channel: guix-bioc
Location: guix-bioc/packages/t.scm (guix-bioc packages t)
Home page: https://bioconductor.org/packages/TxDb.Scerevisiae.UCSC.sacCer2.sgdGene
Licenses: Artistic License 2.0
Build system: r
Synopsis: Annotation package for TxDb object(s)
Description:

Exposes an annotation databases generated from UCSC by exposing these as TxDb objects.

r-tfea-chip 1.32.0
Propagated dependencies: r-rlang@1.2.0 r-r-utils@2.13.0 r-org-mm-eg-db@3.23.0 r-org-hs-eg-db@3.23.1 r-iranges@2.46.0 r-genomicranges@1.64.0 r-genomicfeatures@1.64.0 r-experimenthub@3.2.0 r-dplyr@1.2.1 r-biomart@2.68.0
Channel: guix-bioc
Location: guix-bioc/packages/t.scm (guix-bioc packages t)
Home page: https://github.com/yberda/TFEA.ChIP
Licenses: Artistic License 2.0
Build system: r
Synopsis: TFEA.ChIP, a Tool Kit for Transcription Factor Enrichment
Description:

Package to analyze transcription factor enrichment in a gene set using data from ChIP-Seq experiments.

r-tomoda 1.22.0
Propagated dependencies: r-umap@0.2.10.0 r-summarizedexperiment@1.42.0 r-rtsne@0.17 r-reshape2@1.4.5 r-rcolorbrewer@1.1-3 r-ggrepel@0.9.8 r-ggplot2@4.0.3
Channel: guix-bioc
Location: guix-bioc/packages/t.scm (guix-bioc packages t)
Home page: https://github.com/liuwd15/tomoda
Licenses: Expat
Build system: r
Synopsis: Tomo-seq data analysis
Description:

This package provides many easy-to-use methods to analyze and visualize tomo-seq data. The tomo-seq technique is based on cryosectioning of tissue and performing RNA-seq on consecutive sections. (Reference: Kruse F, Junker JP, van Oudenaarden A, Bakkers J. Tomo-seq: A method to obtain genome-wide expression data with spatial resolution. Methods Cell Biol. 2016;135:299-307. doi:10.1016/bs.mcb.2016.01.006) The main purpose of the package is to find zones with similar transcriptional profiles and spatially expressed genes in a tomo-seq sample. Several visulization functions are available to create easy-to-modify plots.

r-txdb-ptroglodytes-ucsc-pantro6-refgene 3.10.0
Propagated dependencies: r-genomicfeatures@1.64.0 r-annotationdbi@1.74.0
Channel: guix-bioc
Location: guix-bioc/packages/t.scm (guix-bioc packages t)
Home page: https://bioconductor.org/packages/TxDb.Ptroglodytes.UCSC.panTro6.refGene
Licenses: Artistic License 2.0
Build system: r
Synopsis: Annotation package for TxDb object(s)
Description:

Exposes an annotation databases generated from UCSC by exposing these as TxDb objects.

r-trio 3.50.0
Propagated dependencies: r-survival@3.8-6 r-siggenes@1.86.0 r-logicreg@1.6.6 r-data-table@1.18.4
Channel: guix-bioc
Location: guix-bioc/packages/t.scm (guix-bioc packages t)
Home page: https://bioconductor.org/packages/trio
Licenses: LGPL 2.0
Build system: r
Synopsis: Testing of SNPs and SNP Interactions in Case-Parent Trio Studies
Description:

Testing SNPs and SNP interactions with a genotypic TDT. This package furthermore contains functions for computing pairwise values of LD measures and for identifying LD blocks, as well as functions for setting up matched case pseudo-control genotype data for case-parent trios in order to run trio logic regression, for imputing missing genotypes in trios, for simulating case-parent trios with disease risk dependent on SNP interaction, and for power and sample size calculation in trio data.

r-tcgacrcmrna 1.32.0
Propagated dependencies: r-biobase@2.72.0
Channel: guix-bioc
Location: guix-bioc/packages/t.scm (guix-bioc packages t)
Home page: https://bioconductor.org/packages/TCGAcrcmRNA
Licenses: GPL 2
Build system: r
Synopsis: TCGA CRC 450 mRNA dataset
Description:

colorectal cancer mRNA profile provided by TCGA.

Total packages: 73955