TOCSY: Simulates TOCSY spectra for a given entry or a list of...

Description Usage Arguments Value See Also Examples

View source: R/RBMRB.R

Description

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

Usage

1
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

1
2
3
4
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

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

Related to TOCSY in RBMRB...