convert_cs_to_c13hsqc: Reformats chemical shift dataframe for easy plotting

Description Usage Arguments Value See Also Examples

View source: R/RBMRB.R

Description

Reformats the output dataframe from fetch_entry_chemical_shifts into a simple dataframe that contains proton and carbon chemical shifts in two columns. This will be helpful to plot 1H-13C HSQC(Hetronuclear Single Quantum Coherence) spectrum

Usage

1

Arguments

csdf

chemical shift data frame from fetch_entry_chemical_shifts

Value

R data frame that contains proton and carbon chemical shifts in two columns for each residue

See Also

convert_cs_to_n15hsqc and convert_cs_to_tocsy

Examples

1
2
3
4
#df<-fetch_entry_chemical_shifts(15060)
# Downloads data from BMRB
#hsqc<-convert_cs_to_c13hsqc(df)
# Reformats for easy plotting

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