BMRBr Package

BMRB File Downloader is a R package that allows user to download individual files from Biological Magnetic Resonance Data Bank (BMRB) by provide their file IDs.

Usage:

1. Load the BMRBr package:

library(BMRBr)

2. Download file from BMRB repo:

bmrb_download(965, "/Users/download")
bmrb_download(c(965, 966, 967), "/Users/download")

3. Get a list/table of files that are aviailable to downoad from BMRB repo:

bmrb_list = collect_ids(to_list = TRUE)
bmrb_list[c(1:10),]
bmrb_table = collect_ids(to_list = FALSE)
bmrb_table[c(1:10),]


Try the BMRBr package in your browser

Any scripts or data that you put into this service are public.

BMRBr documentation built on May 2, 2019, 5:13 a.m.