Package: tsvio 1.0.6

Mary A Rohrdanz

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:Bradley M Broom [aut], Mary A Rohrdanz [ctb, cre], Chris Wakefield [ctb], James Melott [ctb], Paul Hsieh [ctb], MD Anderson Cancer Center [cph]

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-arm64)tsvio_1.0.6.tgz(r-4.4-x86_64)tsvio_1.0.6.tgz(r-4.3-arm64)tsvio_1.0.6.tgz(r-4.3-x86_64)
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://md-anderson-bioinformatics.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/md-anderson-bioinformatics/tsvio/issues

On CRAN:

3 exports 1 stars 1.42 score 0 dependencies 1 dependents 564 downloads

Last updated 8 months agofrom:2cbcb9ca91

Exports:tsvGenIndextsvGetDatatsvGetLines

Dependencies:

Introduction to the TSVIO Package

Rendered fromtsvio.Rmdusingknitr::rmarkdownon Jul 13 2024.

Last update: 2022-11-29
Started: 2022-11-29