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
- Host: GitHub
- URL: https://github.com/zachcp/biotables
- Owner: zachcp
- Created: 2015-04-22T21:17:48.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-22T21:22:10.000Z (about 10 years ago)
- Last Synced: 2025-02-24T04:13:00.033Z (4 months ago)
- Language: R
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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)
```