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
05010015020001000020000
Chemical shiftCountCCAHHA2HA3N
plt<-chemical_shift_hist('GLY','CA')
plt

304050600100020003000
Chemical shiftCountCA
### Density

plt<-chemical_shift_hist('GLY',type='density')
plt
0501001502000.00.51.01.52.0
Chemical shiftDensityCCAHHA2HA3N
plt<-chemical_shift_hist('GLY','CA',type='density')
plt
304050600.00.20.4
Chemical shiftDensityCA