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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package implements sampling, iteration, and input of FASTQ files. It includes functions for filtering and trimming reads, and for generating a quality assessment report. Data are represented as DNAStringSet-derived objects, and easily manipulated for a diversity of purposes. The package also contains legacy support for early single-end, ungapped alignment formats.
This package provides functions for pathway analysis based on the REACTOME pathway database. It implements enrichment analysis, gene set enrichment analysis and several functions for visualization.
This package provides a suite of helper functions for checking and manipulating TCGA data including data obtained from the curatedTCGAData experiment package. These functions aim to simplify and make working with TCGA data more manageable. Exported functions include those that import data from flat files into Bioconductor objects, convert row annotations, and identifier translation via the GDC API.
This package provides delayed computation of a matrix of scaled and centered values. The result is equivalent to using the scale function but avoids explicit realization of a dense matrix during block processing. This permits greater efficiency in common operations, most notably matrix multiplication.
This package provides uniform interfaces to machine learning code for data in R and Bioconductor containers.
satuRn provides a framework for performing differential transcript usage analyses. The package consists of three main functions. The first function, fitDTU, fits quasi-binomial generalized linear models that model transcript usage in different groups of interest. The second function, testDTU, tests for differential usage of transcripts between groups of interest. Finally, plotDTU visualizes the usage profiles of transcripts in groups of interest.
This package installs a self-contained Conda instance that is managed by the R/Bioconductor installation machinery. This aims to provide a consistent Python environment that can be used reliably by Bioconductor packages. Functions are also provided to enable smooth interoperability of multiple Python environments in a single R session.
Data package for JASPAR2020. To explore these databases, utilize the TFBSTools package (version 1.23.1 or higher).
The polyester package simulates RNA-seq reads from differential expression experiments with replicates. The reads can then be aligned and used to perform comparisons of methods for differential expression.
This package implements exact and approximate methods for singular value decomposition and principal components analysis, in a framework that allows them to be easily switched within Bioconductor packages or workflows. Where possible, parallelization is achieved using the BiocParallel framework.
The atSNP package performs affinity tests of motif matches with the SNP (single nucleotide polymorphism) or the reference genomes and SNP-led changes in motif matches.
This package contains data from untargeted mass spectrometry (MS) of modifications to oxidized cysteine (Cys) 34 in human serum albumin (HSA).
Read bigWig and bigBed files using libBigWig. This package provides lightweight access to the binary bigWig and bigBed formats developed by the UCSC Genome Browser group.
This package provides S4 data structures and basic functions to deal with flow cytometry data.
This package provides manifests and annotation for Illumina's 450k array data.
This package provides a database of PolyPhen predictions for Homo sapiens dbSNP build 131.
This package supports data management of large-scale whole-genome sequencing variant calls with thousands of individuals: genotypic data (e.g., SNVs, indels and structural variation calls) and annotations in SeqArray GDS files are stored in an array-oriented and compressed manner, with efficient data access using the R programming language.
The standard index of DNA methylation (beta) is computed from methylated and unmethylated signal intensities. Betas calculated from raw signal intensities perform well, but using 11 methylomic datasets we demonstrate that quantile normalization methods produce marked improvement. The commonly used procedure of normalizing betas is inferior to the separate normalization of M and U, and it is also advantageous to normalize Type I and Type II assays separately. This package provides 15 flavours of betas and three performance metrics, with methods for objects produced by the methylumi and minfi packages.
This package provides full genome sequences for Mus musculus (Mouse) as provided by UCSC (mm10, December 2011) and stored in Biostrings objects.
This package provides functions for bipartite network rewiring through N consecutive switching steps and for the computation of the minimal number of switching steps to be performed in order to maximise the dissimilarity with respect to the original network. It includes functions for the analysis of the introduced randomness across the switching steps and several other routines to analyse the resulting networks and their natural projections.
This package provides data from 6 samples across 2 groups from 450k methylation arrays.
This package ADAMgui is a graphical user interface (GUI) for the ADAM package. The ADAMgui package provides two shiny-based applications that allows the user to study the output of the ADAM package files through different plots. It's possible, for example, to choose a specific group of functionally associated genes (GFAG) and observe the gene expression behavior with the plots created with the GFAGtargetUi function. Features such as differential expression and fold change can be easily seen with aid of the plots made with the GFAGpathUi function.
This package implements an expiration system for access to versioned directories. Directories that have not been accessed by a registered function within a certain time frame are deleted. This aims to reduce disk usage by eliminating obsolete caches generated by old versions of packages.
ANCOMBC is a package containing differential abundance (DA) and correlation analyses for microbiome data. Specifically, the package includes Analysis of Compositions of Microbiomes with Bias Correction(ANCOM-BC) and Analysis of Composition of Microbiomes (ANCOM) for DA analysis, and Sparse Estimation of Correlations among Microbiomes (SECOM) for correlation analysis. Microbiome data are typically subject to two sources of biases: unequal sampling fractions (sample-specific biases) and differential sequencing efficiencies (taxon-specific biases). Methodologies included in the ANCOMBC package were designed to correct these biases and construct statistically consistent estimators.