Package: tsvio 1.0.6
tsvio: Simple Utilities for Tab-Separated-Value (TSV) Files
Utilities for rapidly loading specified rows and/or columns of data from large tab-separated value (tsv) files (large: e.g. 1 GB file of 10000 x 10000 matrix). 'tsvio' is an R wrapper to 'C' code that creates an index file for the rows of the tsv file, and uses that index file to collect rows and/or columns from the tsv file without reading the whole file into memory.
Authors:
tsvio_1.0.6.tar.gz
tsvio_1.0.6.zip(r-4.5)tsvio_1.0.6.zip(r-4.4)tsvio_1.0.6.zip(r-4.3)
tsvio_1.0.6.tgz(r-4.4-x86_64)tsvio_1.0.6.tgz(r-4.4-arm64)tsvio_1.0.6.tgz(r-4.3-x86_64)tsvio_1.0.6.tgz(r-4.3-arm64)
tsvio_1.0.6.tar.gz(r-4.5-noble)tsvio_1.0.6.tar.gz(r-4.4-noble)
tsvio_1.0.6.tgz(r-4.4-emscripten)tsvio_1.0.6.tgz(r-4.3-emscripten)
tsvio.pdf |tsvio.html✨
tsvio/json (API)
# Install 'tsvio' in R: |
install.packages('tsvio', repos = c('https://marohrdanz.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/md-anderson-bioinformatics/tsvio/issues
Last updated 12 months agofrom:2cbcb9ca91. Checks:OK: 9. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 07 2024 |
R-4.5-win-x86_64 | OK | Nov 07 2024 |
R-4.5-linux-x86_64 | OK | Nov 07 2024 |
R-4.4-win-x86_64 | OK | Nov 07 2024 |
R-4.4-mac-x86_64 | OK | Nov 07 2024 |
R-4.4-mac-aarch64 | OK | Nov 07 2024 |
R-4.3-win-x86_64 | OK | Nov 07 2024 |
R-4.3-mac-x86_64 | OK | Nov 07 2024 |
R-4.3-mac-aarch64 | OK | Nov 07 2024 |
Exports:tsvGenIndextsvGetDatatsvGetLines
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
tsvio: Simple Utilities for Tab Separated Value (TSV) Files | tsvio-package |
Produce a simple index of a tsv file. | tsvGenIndex |
Read matching lines from a tsv file, using a pre-computed index file. | tsvGetData |
Read matching lines from a tsv file, using a pre-computed index file. | tsvGetLines |