chem_shift_corr: Chemical shift correlation between any two atoms from a single residue
Description
Plots the correlated chemical shift distribution of any two atoms in a single residue for the 20 standard amino acids from BMRB database.
By default it will generate interactive graphics using plotly library
Usage
chem_shift_corr(atom1, atom2, res = NA, type = "c", interactive = TRUE)
Arguments
atom1
atom name in NMR-STAR nomenclature like CA,CB2
atom2
atom name in NMR_STAR nomenclature like HA,HB2
res
residue name like ALA,GLY (optional by default includes all possible amino acids)
type
'c' for contour plot and 's' for scatter plot default 'c'.scatter plot will be slow and heavy for large data set