fastqc
|
public |
A quality control tool for high throughput sequence data.
|
2025-03-25 |
libedit
|
public |
Command line editor library provides generic line editing, history, and tokenization
functions, similar to those found in GNU Readline.
|
2025-03-25 |
r-backports
|
public |
Implementations of functions which have been introduced in R since version 3.0.0. The backports are conditionally exported which results in R resolving the function names to the version shipped with R (if available) and uses the implemented backports as fallback. This way package developers can make use of the new functions without worrying about the minimum required R version.
|
2025-03-25 |
r-glmnet
|
public |
Extremely efficient procedures for fitting the entire lasso or elastic-net regularization path for linear regression, logistic and multinomial regression models, Poisson regression and the Cox model. Two recent additions are the multiple-response Gaussian, and the grouped multinomial regression. The algorithm uses cyclical coordinate descent in a path-wise fashion, as described in the paper linked to via the URL below.
|
2025-03-25 |
libiconv
|
public |
Provides iconv for systems which don't have one (or that cannot convert from/to Unicode.)
|
2025-03-25 |
python
|
public |
General purpose programming language
|
2025-03-25 |
r-quantmod
|
public |
Specify, build, trade, and analyse quantitative financial trading strategies.
|
2025-03-25 |
r-reshape2
|
public |
Flexibly restructure and aggregate data using just two functions: melt and 'dcast' (or 'acast').
|
2025-03-25 |
markdown
|
public |
Python implementation of Markdown
|
2025-03-25 |
r-r6
|
public |
The R6 package allows the creation of classes with reference semantics, similar to R's built-in reference classes. Compared to reference classes, R6 classes are simpler and lighter-weight, and they are not built on S4 classes so they do not require the methods package. These classes allow public and private members, and they support inheritance, even when the classes are defined in different packages.
|
2025-03-25 |
r-ggplot2
|
public |
A system for 'declaratively' creating graphics, based on "The Grammar of Graphics". You provide the data, tell 'ggplot2' how to map variables to aesthetics, what graphical primitives to use, and it takes care of the details.
|
2025-03-25 |
r-forcats
|
public |
Helpers for reordering factor levels (including moving specified levels to front, ordering by first appearance, reversing, and randomly shuffling), and tools for modifying factor levels (including collapsing rare levels into other, 'anonymising', and manually 'recoding').
|
2025-03-25 |
pcre
|
public |
Regular expression pattern matching using the same syntax and semantics as Perl 5.
|
2025-03-25 |
r-purrr
|
public |
Make your pure functions purr with the 'purrr' package. This package completes R's functional programming tools with missing features present in other programming languages.
|
2025-03-25 |
libgcc
|
public |
Shared libraries for the GNU Compiler Collection
|
2025-03-25 |
r-jsonlite
|
public |
A fast JSON parser and generator optimized for statistical data and the web. Started out as a fork of 'RJSONIO', but has been completely rewritten in recent versions. The package offers flexible, robust, high performance tools for working with JSON in R and is particularly powerful for building pipelines and interacting with a web API. The implementation is based on the mapping described in the vignette (Ooms, 2014). In addition to converting JSON data from/to R objects, 'jsonlite' contains functions to stream, validate, and prettify JSON data. The unit tests included with the package verify that all edge cases are encoded and decoded consistently for use with dynamic data in systems and applications.
|
2025-03-25 |
gsl
|
public |
GNU Scientific Library.
|
2025-03-25 |
r-lazyeval
|
public |
An alternative approach to non-standard evaluation using formulas. Provides a full implementation of LISP style 'quasiquotation', making it easier to generate code with other code.
|
2025-03-25 |
asn1crypto
|
public |
Python ASN.1 library with a focus on performance and a pythonic API
|
2025-03-25 |
scandir
|
public |
scandir, a better directory iterator and faster os.walk()
|
2025-03-25 |
r-matrix
|
public |
Classes and methods for dense and sparse matrices and operations on them using 'LAPACK' and 'SuiteSparse'.
|
2025-03-25 |
traitlets
|
public |
Configuration system for Python applications
|
2025-03-25 |
r-rprojroot
|
public |
Robust, reliable and flexible paths to files below a project root. The 'root' of a project is defined as a directory that matches a certain criterion, e.g., it contains a certain regular file.
|
2025-03-25 |
r-spatial
|
public |
Functions for kriging and point pattern analysis.
|
2025-03-25 |
r-rbokeh
|
public |
A native R plotting library that provides a flexible declarative interface for creating interactive web-based graphics, backed by the Bokeh visualization library <http://bokeh.pydata.org/>.
|
2025-03-25 |