resolve: Resolves missing metabolome IDs and other attributes in...

Description Usage Arguments Value Examples

Description

Resolves missing metabolome IDs and other attributes in dataframe

Usage

1
resolve(df.discovered)

Arguments

df.discovered

A dataframe

Value

A list containing some statistics and the same dataframe, extended with missing data.

Examples

1
2
3
4
df_from_csv <- read.csv("meta_ids.csv", stringsAsFactors=FALSE)
resp <- resolve(df_from_csv)
df.out <- resp$df
view(df.out)

oboforty/metafetcher documentation built on Aug. 18, 2021, 6:38 a.m.