Skip to content

R library for reading (subsets of) tsv files

Notifications You must be signed in to change notification settings

MD-Anderson-Bioinformatics/tsvio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tsvio

tsvio is an R package of 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).

Basically, 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.

Installation from CRAN

install.packages("tsvio")

Documentation

The following documentation is available:

About

R library for reading (subsets of) tsv files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 81.7%
  • R 18.3%