powered by
Removes chemical shifts values outside of cutoff times standard deviation on both sides of the mean
filter_outlier(cs = NA, cutoff = 8)
data frame with amino acid information in Comp_ID and Atom_ID column
cutoff value(cutoff times standard deviation is used to trim the value on boths sides of mean)
R data frame with chemical shift values
filter_residue and fetch_atom_chemical_shifts
filter_residue
fetch_atom_chemical_shifts
# 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