fetch_entry_chemical_shifts: Imports chemical shift table for a given entry or list of...

Description Usage Arguments Value See Also Examples

View source: R/RBMRB.R

Description

Downloads NMR chemical shift data from BMRB database for a given Entry ID or list of Entry IDs

Usage

1

Arguments

IDlist

sinlge BMRB ID (or) list of BMRB IDs in csv format; For macromolecule entries it is just a number without bmrb prefix (example: c(15060,15000,18867)); For metabolomics entries it should have 'bmse' prefix (example: c('bmse000035','bmse000035','bmse000036'))

Value

R data frame that contains Atom_chem_shift data for a given list of entries

See Also

fetch_atom_chemical_shifts,fetch_entry_cs and fetch_res_chemical_shifts

Examples

1
2
3
4
5
6
#df<-fetch_entry_chemical_shifts(15060)
# Downloads NMR chemical shifts of a single entry from BMRB
#df<-fetch_entry_chemical_shifts(c(17074,17076,17077))
# Downloads NMR chemical shifts of multiple entries from BMRB
# df<-fetch_entry_chemical_shifts(c('bmse000034','bmse000035','bmse000036'))
# Downloads data from BMRB metabolomics database

RBMRB documentation built on July 11, 2021, 5:06 p.m.