HSQC_13C: Simulates H1-C13 HSQC spectra for a given entry or list of...

Description Usage Arguments Value See Also Examples

View source: R/RBMRB.R

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

1
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

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

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

Related to HSQC_13C in RBMRB...