[ 源代码: r-bioc-delayedarray ]
软件包:r-bioc-delayedarray(0.30.1+dfsg-1)
r-bioc-delayedarray 的相关链接
Debian 的资源:
下载源码包 r-bioc-delayedarray:
- [r-bioc-delayedarray_0.30.1+dfsg-1.dsc]
- [r-bioc-delayedarray_0.30.1+dfsg.orig.tar.xz]
- [r-bioc-delayedarray_0.30.1+dfsg-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [bioconductor.org]
相似软件包:
BioConductor delayed operations on array-like objects
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.
其他与 r-bioc-delayedarray 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: r-api-4.0
- 本虚包由这些包填实: r-base-core
-
- dep: r-api-bioc-3.19
- 本虚包由这些包填实: r-bioc-biocgenerics
-
- dep: r-bioc-biocgenerics (>= 0.50.0)
- generic functions for Bioconductor
-
- dep: r-bioc-iranges (>= 2.38.1)
- GNU R low-level containers for storing sets of integer ranges
-
- dep: r-bioc-matrixgenerics (>= 1.16.0)
- S4 Generic Summary Statistic Functions that Operate on Matrix-Like Objects
-
- dep: r-bioc-s4arrays (>= 1.4.1)
- foundation of array-like containers in Bioconductor
-
- dep: r-bioc-s4vectors (>= 0.42.1)
- BioConductor S4 implementation of vectors and lists
-
- dep: r-bioc-sparsearray (>= 1.4.8)
- efficient in-memory representation of multidimensional sparse arrays
-
- dep: r-cran-matrix
- GNU R package of classes for dense and sparse matrices
-
- sug: r-bioc-biocparallel (>= 1.38.0)
- BioConductor facilities for parallel evaluation
-
- sug: r-bioc-biocstyle (>= 2.32.1)
- standard styles for vignettes and other Bioconductor documents
-
- sug: r-bioc-delayedmatrixstats (>= 1.26.0)
- Functions on Rows and Columns of 'DelayedMatrix' Objects
-
- sug: r-bioc-genefilter (>= 1.86.0)
- methods for filtering genes from microarray experiments
-
- sug: r-bioc-hdf5array (>= 1.32.0)
- HDF5 backend for DelayedArray objects
-
- sug: r-bioc-summarizedexperiment (>= 1.34.0)
- BioConductor assay container
-
- sug: r-cran-knitr
- GNU R package for dynamic report generation using Literate Programming
-
- sug: r-cran-lobstr
- visualize R data structures with trees
-
- sug: r-cran-rmarkdown
- convert R markdown documents into a variety of formats
-
- sug: r-cran-runit
- GNU R package providing unit testing framework