You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage R-GenomeInfoDbData-1.0.0-1.lbn25.noarch
Files for mapping between NCBI taxonomy ID and species. Used by functions in the GenomeInfoDb package.
RPMPackage R-GenomeInfoDb-1.14.0-1.lbn25.noarch
The Seqnames package contains data and functions that define and allow translation between different chromosome sequence naming conventions (e.g., "chr1" versus "1"), including a function that attempts to place sequence names in their natural, rather than lexicographic, order.
RPMPackage R-DynDoc-1.52.0-1.lbn25.noarch
A set of functions to create and interact with dynamic documents and vignettes.
RPMPackage R-DelayedArray-0.4.1-1.lbn25.noarch
Wrapping an array-like object (typically an on-disk object) in a DelayedArray object allows one to perform common array operations on it without loading the object in memory. In order to reduce memory usage and optimize performance, operations on the object are either delayed or executed using a block processing mechanism. Note that this also works on in-memory array-like objects like DataFrame objects (typically with Rle columns), Matrix objects, and ordinary arrays and data frames.
RPMPackage R-DBI-0.8-1.lbn25.noarch
A database interface (DBI) definition for communication between R and relational database management systems.
RPMPackage R-BiocParallel-1.10.1-2.lbn25.noarch
This package provides modified versions and novel implementation of functions for parallel evaluation, tailored to use with Bioconductor objects.
RPMPackage R-BiocGenerics-0.24.0-1.lbn25.noarch
S4 generic functions needed by many other Bioconductor packages.
RPMPackage R-BSgenome-1.32.0-1.lbn25.noarch
Infrastructure shared by all the Biostrings-based genome data packages
RPMPackage R-BH-devel-1.66.0.1-1.lbn25.noarch
Boost provides free peer-reviewed portable C++ source libraries. A large part of Boost is provided as C++ template code which is resolved entirely at compile-time without linking. This package aims to provide the most useful subset of Boost libraries for template use among CRAN package. By placing these libraries in this package, we offer a more efficient distribution system for CRAN as replication of this code in the sources of other packages is avoided.
RPMPackage R-AnnotationDbi-1.38.2-3.lbn25.noarch
Provides user interface and database connection code for annotation data packages using SQLite data storage.
RPMPackage R-ALL-1.6.0-5.lbn25.noarch
Data of T- and B-cell Acute Lymphocytic Leukemia from the Ritz Laboratory at the DFCI (includes Apr 2004 versions)
RPMPackage python3-tables-3.4.4-2.lbn25.py37.x86_64
PyTables is a package for managing hierarchical datasets and designed to efficiently and easily cope with extremely large amounts of data. This is the version for Python 3.
RPMPackage python3-shapely-1.6.4-6.post2.lbn25.x86_64
Shapely is a package for creation, manipulation, and analysis of planar geometry objects – designed especially for developers of cutting edge geographic information systems. In a nutshell: Shapely lets you do PostGIS-ish stuff outside the context of a database using idiomatic Python. You can use this package with python3-matplotlib and python3-numpy. See README.rst for more information!
RPMPackage python3-scipy-1.2.1-7.lbn25.x86_64
Scipy is open-source software for mathematics, science, and engineering. The core library is NumPy which provides convenient and fast N-dimensional array manipulation. The SciPy library is built to work with NumPy arrays, and provides many user-friendly and efficient numerical routines such as routines for numerical integration and optimization. Together, they run on all popular operating systems, are quick to install, and are free of charge. NumPy and SciPy are easy to use, but powerful enough to be depended upon by some of the world's leading scientists and engineers.
RPMPackage python3-pymssql-2.2.0.dev0-1.lbn25.py37.x86_64
pymssql DBAPI interface to Microsoft SQL Server A simple database interface for Python that builds on top of FreeTDS to provide a Python DBAPI (PEP249) interface to Microsoft SQL Server.
RPMPackage python3-petlx-1.0.3-1.lbn25.py37.noarch
petlx Extensions to the petl package petlx is a collection of domainspecific and/or experimental extensions to petl < a Python package for extracting, transforming and loading tables of data. Docs: Source: Download: Mailing list:
RPMPackage python3-petl-1.1.1-1.lbn25.py37.noarch
petl Extract, Transform and Load (Tables of Data) petl is a general purpose Python package for extracting, transforming and loading tables of data. Docs: Source: Download: Mailing list: also petlx < a library of extension modules for petl.
RPMPackage python3-pandocfilters-1.4.1-2.lbn25.py37.noarch
This package provides a few utility functions which make it easier to write pandoc filters in Python.
RPMPackage python3-pandas-datareader-0.5.0-1.lbn25.py37.noarch
Data readers extracted from the pandas codebase, should be compatible with recent pandas versions.
RPMPackage python3-odo-0.5.0-1.lbn25.py37.noarch
|Build Status| |Doc Status| Data migration in PythonDocumentation_Example Odo migrates data between different containers.. codeblock:: python >>> from odo import odo >>> odo((1, 2, 3), list) [1, 2, 3]It operates on small, inmemory containers (as above) and large, outofcore containers (as below).. codeblock:: python >>> odo('myfile.hdf5::/data', ':pass@host::mytable') Table('mytable', ...