N15-HSQC

This page explains how to simulate N15-HSQC spectum directly from BMRB database for a given entry or list of entries

library(RBMRB)

Single entry simulation

plt<-HSQC_15N(15060)
plt

Multiple entries simulation

plt<-HSQC_15N(c(17074,17076,17077))
plt
plt<-HSQC_15N(c(17074,17076,17077),type='line')
plt
plt<-HSQC_15N(c(17074,17076,17077),interactive = F)
plt

plt<-HSQC_15N(c(17074,17076,17077),type='line',interactive = F)
plt