Learn R Programming

RBMRB (version 2.1.7)

HSQC_13C: Simulates H1-C13 HSQC spectra for a given entry or list of entries from BMRB

Description

Simulates H1-C13 HSQC(Hetronuclear Single Quantum Coherence) spectra directly from BMRB database. By default it will generate interactive graphics using plotly library

Usage

HSQC_13C(idlist, type = "scatter", interactive = TRUE)

Arguments

idlist

list of bmrb ids in csv

type

scatter/line default=scatter

interactive

TRUE/FALSE default=TRUE

Value

R plot object

See Also

HSQC_15N and TOCSY

Examples

Run this code
# NOT RUN {
plot_hsqc<-HSQC_13C(c(17074,17076,17077))
#Simulates C13-HSQC spectra form the given list of entries
#plot_hsqc<-HSQC_13C(c(17074,17076,17077),'line')
#Simulates C13-HSQC and connects the peaks with same sequence number
#plot_hsqc<-HSQC_13C(c(17074,17076,17077),interactive=FALSE)
#Example for non interactive plot
# }

Run the code above in your browser using DataLab