Learn R Programming

RBMRB (version 2.1.7)

filter_outlier: Remove chemical shift outliers

Description

Removes chemical shifts values outside of cutoff times standard deviation on both sides of the mean

Usage

filter_outlier(cs = NA, cutoff = 8)

Arguments

cs

data frame with amino acid information in Comp_ID and Atom_ID column

cutoff

cutoff value(cutoff times standard deviation is used to trim the value on boths sides of mean)

Value

R data frame with chemical shift values

See Also

filter_residue and fetch_atom_chemical_shifts

Examples

Run this code
# NOT RUN {
#df<-filter_outlier(fetch_atom_chemical_shifts("CG2"))
#Downloads all CG2 chemical shifts and removes the outliers
# }

Run the code above in your browser using DataLab