パッケージ: r-bioc-sparsearray (1.6.0+dfsg-1)
r-bioc-sparsearray に関するリンク
Debian の資源:
r-bioc-sparsearray ソースパッケージをダウンロード:
- [r-bioc-sparsearray_1.6.0+dfsg-1.dsc]
- [r-bioc-sparsearray_1.6.0+dfsg.orig.tar.xz]
- [r-bioc-sparsearray_1.6.0+dfsg-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [bioconductor.org]
類似のパッケージ:
試験的な (experimental の) パッケージ
警告: このパッケージは experimental ディストリビューションのものです。つまり、おそらく不安定でバグがあり、それどころかデータの損失を起こすかもしれません。使用前には、変更履歴やその他の参照可能なドキュメントを必ず調べてください。
efficient in-memory representation of multidimensional sparse arrays
The SparseArray package is an infrastructure package that provides an array-like container for efficient in-memory representation of multidimensional sparse data in R. The package defines the SparseArray virtual class and two concrete subclasses: COO_SparseArray and SVT_SparseArray. Each subclass uses its own internal representation of the nonzero multidimensional data, the "COO layout" and the "SVT layout", respectively. SVT_SparseArray objects mimic as much as possible the behavior of ordinary matrix and array objects in base R. In particular, they support most of the "standard matrix and array API" defined in base R and in the matrixStats package from CRAN.
その他の r-bioc-sparsearray 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.14)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libgomp1 (>= 4.9)
- GCC OpenMP (GOMP) サポートライブラリ
-
- dep: r-api-4.0
- パッケージは利用できません
-
- dep: r-api-bioc-3.20
- 以下のパッケージによって提供される仮想パッケージです: r-bioc-biocgenerics
-
- dep: r-bioc-biocgenerics (>= 0.43.1)
- generic functions for Bioconductor
-
- dep: r-bioc-iranges
- GNU R low-level containers for storing sets of integer ranges
-
- dep: r-bioc-matrixgenerics (>= 1.11.1)
- S4 Generic Summary Statistic Functions that Operate on Matrix-Like Objects
-
- dep: r-bioc-s4arrays (>= 1.5.11)
- foundation of array-like containers in Bioconductor
-
- dep: r-bioc-s4vectors (>= 0.43.2)
- BioConductor S4 implementation of vectors and lists
-
- dep: r-bioc-xvector
- BioConductor representation and manpulation of external sequences
-
- dep: r-cran-matrix
- GNU R package of classes for dense and sparse matrices
-
- dep: r-cran-matrixstats
- GNU R methods that apply to rows and columns of a matrix
-
- sug: r-bioc-biocstyle
- standard styles for vignettes and other Bioconductor documents
-
- sug: r-bioc-experimenthub
- BioConductor client to access ExperimentHub resources
-
- sug: r-bioc-hdf5array
- HDF5 backend for DelayedArray objects
-
- sug: r-cran-knitr
- GNU R package for dynamic report generation using Literate Programming
-
- sug: r-cran-rmarkdown
- convert R markdown documents into a variety of formats
-
- sug: r-cran-testthat
- GNU R testsuite