tsvio

From MaRDI portal
Revision as of 20:10, 12 March 2024 by Import240312060351 (talk | contribs) (Created automatically from import240312060351)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Software:5977926



CRANtsvioMaRDI QIDQ5977926

Simple Utilities for Tab-Separated-Value (TSV) Files

Bradley M Broom

Last update: 28 November 2023

Software version identifier: 1.0.4, 1.0.6


Copyright license: GNU General Public License

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.