Learn R Programming

RBMRB (version 2.1.7)

TOCSY: Simulates TOCSY spectra for a given entry or a list of entries from BMRB

Description

Simulates TOCSY(TOtal Correlation SpectroscopY) spectra directly from BMRB database. By default it will generate interactive graphics using plotly library

Usage

TOCSY(idlist, interactive = TRUE)

Arguments

idlist

list of bmrb ids c(17074,17076,17077)

interactive

TRUE/FALSE default=TRUE

Value

plot object

See Also

HSQC_15N and HSQC_13C

Examples

Run this code
# NOT RUN {
plot_tocsy<-TOCSY(c(17074,17076,17077))
#Simulates TOCSY spectra for the given 3 entries
plot_tocsy<-TOCSY(c(17074,17076,17077),interactive=FALSE)
# Example to disable interactive plot feature
# }

Run the code above in your browser using DataLab