Learn R Programming

MetProc (version 1.0.1)

Separate Metabolites into Likely Measurement Artifacts and True Metabolites

Description

Split an untargeted metabolomics data set into a set of likely true metabolites and a set of likely measurement artifacts. This process involves comparing missing rates of pooled plasma samples and biological samples. The functions assume a fixed injection order of samples where biological samples are randomized and processed between intermittent pooled plasma samples. By comparing patterns of missing data across injection order, metabolites that appear in blocks and are likely artifacts can be separated from metabolites that seem to have random dispersion of missing data. The two main metrics used are: 1. the number of consecutive blocks of samples with present data and 2. the correlation of missing rates between biological samples and flanking pooled plasma samples.

Copy Link

Version

Install

install.packages('MetProc')

Monthly Downloads

116

Version

1.0.1

License

GPL (>= 2)

Maintainer

Mark Chaffin

Last Published

May 19th, 2016

Functions in MetProc (1.0.1)

subset_met

Group Metabolites based on Pooled Plasma Missing Rate
get_missing

Compute Missing Rates of Biological Samples and Pooled Plasma Samples
get_group

Retrieve Index of Biological Samples and Pooled Plasma Samples
read.met

Read in a Metabolomics Dataset of Standard Structure
sampledata

Simulated Metabolomics Data
corr_metric

Calculate Correlation of Missing Rates between Pooled Plasma and Biological Samples
met_proc

Separates Metabolites into Likely True Metabolites and Likely Measurement Artifacts
run_metric

Calculate Longest Run of Blocks where Data is Present
MetProc-package

Separate Untargeted Metabolites into Likely Artifacts and Likely True Metabolites
heatmap_res

Plot Patterns of Missing Data Across Metabolites
plot_metric

Plot Distribution of Metabolite Quality Metrics for Each Split of Data
plot_pp_sample_missing

Plot Pooled Plasma and Biological Sample Missing Rates
write.met

Write Metabolomics Dataset of Standard Structure