BMRB

Biological Magnetic Resonance Data Bank


A Repository for Data from NMR Spectroscopy on Proteins, Peptides, Nucleic Acids, and other Biomolecules
Member of WWPDB

Statistics

RBMRB package has some functions to generate checmial shift histogram or chemical shift density plots directly from BMRB. Full set of pregenerated plots can be found here

Histogram

plt<-chemical_shift_hist('GLY')
plt
plt<-chemical_shift_hist('GLY','CA')
plt

### Density

plt<-chemical_shift_hist('GLY',type='density')
plt
plt<-chemical_shift_hist('GLY','CA',type='density')
plt