powered by
Plots the histogram (or) density of chemical shift distribution of all atoms of a given amino acid (or) nucleic acid from BMRB database.
chemical_shift_hist_res( res = "*", type = "count", cutoff = 8, interactive = TRUE )
residue name in NMR-STAR atom nomenclature ; Example: ALA,GLY
count ; other than count will assume density plot
values not with in the cutoff time standard deviation from both sides ofthe mean will be excluded from the plot;default value 8
TRUE/FALSE default TRUE
R plot object
fetch_res_chemical_shifts,filter_residue and chem_shift_corr and atom_chem_shift_corr
fetch_res_chemical_shifts
filter_residue
chem_shift_corr
atom_chem_shift_corr
# NOT RUN { #plt<-chemical_shift_hist_res('ALA') #plots the histogram of all atoms of ALA #plt<-chemical_shift_hist('GLY',type='density') #plots the density plot # }
Run the code above in your browser using DataLab