Learn R Programming

RBMRB (version 2.1.7)

convert_cs_to_c13hsqc: Reformats chemical shift dataframe for easy plotting

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

convert_cs_to_c13hsqc(csdf)

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

Run this code
# NOT RUN {
#df<-fetch_entry_chemical_shifts(15060)
# Downloads data from BMRB
#hsqc<-convert_cs_to_c13hsqc(df)
# Reformats for easy plotting
# }

Run the code above in your browser using DataLab