View source: R/filter_objects.R
run_skewness | R Documentation |
This function calculates the skewness across data for each sample run.
run_skewness(data_only)
data_only |
a |
Skewness is calculated as a bias-corrected calculation given by
method 2 in the e1071
package. Within a sample NA values are
ignorned in the skewness calculation. If all peptide abundance values are
missing within a sample, the skewness is replaced by the overall mean of
nonmissing skewness values for the data.
data.frame with two elements: Sample, a character vector giving the sample names; and Skewness, a numeric vector giving the skewness values
Lisa Bramer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.