atom_chem_shift_corr: Chemical shift correlation between given pair of atoms in a...

Description Usage Arguments Value See Also Examples

View source: R/RBMRB.R

Description

Plots the correlated chemical shift distribution of given pair of atoms in a single residue from BMRB database. By default it will generate interactive graphics using plotly library

Usage

1
atom_chem_shift_corr(atom1, atom2, res = NA)

Arguments

atom1

atom name in NMR-STAR nomenclature like CA,CB2

atom2

atom name in NMR-STAR nomenclature like HA,HB2

res

residue name in NMR-STAR nomenclature like ALA

Value

plot object

See Also

fetch_res_chemical_shifts and chem_shift_corr

Examples

1
2
#plt<-atom_chem_shift_corr('HE21','HE22','GLN')
#plots the chemical shift distribution between HE21 and HE22

Example output



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