An open API service indexing awesome lists of open source software.

https://github.com/zachcp/biotables

import tabular data into R
https://github.com/zachcp/biotables

Last synced: 3 months ago
JSON representation

import tabular data into R

Awesome Lists containing this project

README

        

#Biotables

convenience wrappers for loading biological tabular data into R

## install
```
library(devtools)
install_github("zachcp/biotables")
```

## usage
```
library(biotables)
load_blast(blastfile)
load_usearch(usearchfile)
```