create_peaks: Peaks Generation Function

Description Usage Arguments Examples

Description

This function allows you to convert chemical shift list to chemical shift peak table

Usage

1
2
3
4
create_peaks(cs, type = "hmqc", grouping = c("model", "resid",
  "resname"), protons = c("H1'", "H2'", "H3'", "H4'", "H5'", "H5''",
  "H2", "H5", "H6", "H8"), carbons = c("C1'", "C2'", "C3'", "C4'", "C5'",
  "C5'", "C2", "C5", "C6", "C8"))

Arguments

cs

input chemical shift dataframe. Should contain field: model, resid, nucleus, weight, and predCS

type

type of 2D spectra.

grouping

variables used to group data.

protons

vector of proton nuclei.

carbons

vector of carbon nuclei.

Examples

1
create_hmqc_peaks(cs)

atfrank/nmR documentation built on May 10, 2019, 2:09 p.m.