r-xml2
|
public |
Work with XML files using a simple, consistent interface. Built on top of the 'libxml2' C library.
|
2025-03-25 |
ncurses
|
public |
Library for text-based user interfaces
|
2025-03-25 |
prompt_toolkit
|
public |
Library for building powerful interactive command lines in Python
|
2025-03-25 |
pexpect
|
public |
Pexpect makes Python a better tool for controlling other applications.
|
2025-03-25 |
r-dbi
|
public |
A database interface definition for communication between R and relational database management systems. All classes in this package are virtual and need to be extended by the various R/DBMS implementations.
|
2025-03-25 |
r-tidyverse
|
public |
The 'tidyverse' is a set of packages that work in harmony because they share common data representations and 'API' design. This package is designed to make it easy to install and load multiple 'tidyverse' packages in a single step. Learn more about the 'tidyverse' at <https://github.com/hadley/tidyverse>.
|
2025-03-25 |
notebook
|
public |
A web-based notebook environment for interactive computing
|
2025-03-25 |
r-stringr
|
public |
A consistent, simple and easy to use set of wrappers around the fantastic 'stringi' package. All function and argument names (and positions) are consistent, all functions deal with "NA"'s and zero length vectors in the same way, and the output from one function is easy to feed into the input of another.
|
2025-03-25 |
r-curl
|
public |
The curl() and curl_download() functions provide highly configurable drop-in replacements for base url() and download.file() with better performance, support for encryption (https, ftps), gzip compression, authentication, and other 'libcurl' goodies. The core of the package implements a framework for performing fully customized requests where data can be processed either in memory, on disk, or streaming via the callback or connection interfaces. Some knowledge of 'libcurl' is recommended; for a more-user-friendly web client see the 'httr' package which builds on this package with http specific tools and logic.
|
2025-03-25 |
pytz
|
public |
World timezone definitions, modern and historical.
|
2025-03-25 |
libpng
|
public |
PNG reference library.
|
2025-03-25 |
trim-galore
|
public |
Trim Galore! is a wrapper script to automate quality and adapter trimming as well as quality control
|
2025-03-25 |
nbconvert
|
public |
Converting Jupyter Notebooks
|
2025-03-25 |
r-rcppeigen
|
public |
R and 'Eigen' integration using 'Rcpp'. 'Eigen' is a C++ template library for linear algebra: matrices, vectors, numerical solvers and related algorithms. It supports dense and sparse matrices on integer, floating point and complex numbers, decompositions of such matrices, and solutions of linear systems. Its performance on many algorithms is comparable with some of the best implementations based on 'Lapack' and level-3 'BLAS'. The 'RcppEigen' package includes the header files from the 'Eigen' C++ template library (currently version 3.3.3). Thus users do not need to install 'Eigen' itself in order to use 'RcppEigen'. Since version 3.1.1, 'Eigen' is licensed under the Mozilla Public License (version 2); earlier version were licensed under the GNU LGPL version 3 or later. 'RcppEigen' (the 'Rcpp' bindings/bridge to 'Eigen') is licensed under the GNU GPL version 2 or later, as is the rest of 'Rcpp'.
|
2025-03-25 |
expat
|
public |
Expat XML parser library in C.
|
2025-03-25 |
multiqc
|
public |
Create aggregate bioinformatics analysis reports across many samples and tools
|
2025-03-25 |
bioconductor-biocgenerics
|
public |
S4 generic functions needed by many Bioconductor packages.
|
2025-03-25 |
spectra
|
public |
Color scales and color conversion made easy for Python.
|
2025-03-25 |
r-broom
|
public |
Convert statistical analysis objects from R into tidy data frames, so that they can more easily be combined, reshaped and otherwise processed with tools like 'dplyr', 'tidyr' and 'ggplot2'. The package provides three S3 generics: tidy, which summarizes a model's statistical findings such as coefficients of a regression; augment, which adds columns to the original data such as predictions, residuals and cluster assignments; and glance, which provides a one-row summary of model-level statistics.
|
2025-03-25 |
openssl
|
public |
OpenSSL is an open-source implementation of the SSL and TLS protocols
|
2025-03-25 |
r-randomforest
|
public |
Classification and regression based on a forest of trees using random inputs.
|
2025-03-25 |
r-quantreg
|
public |
Estimation and inference methods for models of conditional quantiles: Linear and nonlinear parametric and non-parametric (total variation penalized) models for conditional quantiles of a univariate response and several methods for handling censored survival data. Portfolio selection methods based on expected shortfall risk are also included.
|
2025-03-25 |
pysam
|
public |
Pysam is a python module for reading and manipulating Samfiles. It is a lightweight wrapper of the samtools C-API. Pysam also includes an interface for tabix.
|
2025-03-25 |
bz2file
|
public |
No Summary
|
2025-03-25 |
r-gistr
|
public |
Work with 'GitHub' 'gists' from 'R' (e.g., <http://en.wikipedia.org/wiki/GitHub#Gist>, <https://help.github.com/articles/about-gists/>). A 'gist' is simply one or more files with code/text/images/etc. This package allows the user to create new 'gists', update 'gists' with new files, rename files, delete files, get and delete 'gists', star and 'un-star' 'gists', fork 'gists', open a 'gist' in your default browser, get embed code for a 'gist', list 'gist' 'commits', and get rate limit information when 'authenticated'. Some requests require authentication and some do not. 'Gists' website: <https://gist.github.com/>.
|
2025-03-25 |