convert_cs_to_n15hsqc: 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 algorithmically combined proton and nitrogen chemical shifts in two columns. This will be helpful to plot 1H-15N 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 nitrogen chemical shifts in two columns for each residue

See Also

convert_cs_to_c13hsqc and convert_cs_to_tocsy

Examples

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

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