Description Usage Arguments Author(s)
This function will take in either a object of class data.frame and a using a second dataframe with a list of all the metabolite identifed, will return the CRS score for all the bins. this could work with other metabolite identifiers; for example bins with the name of the metabolite, as log as they are unique. mistakes could happen when greple take NAD and NADH
1 | NMRMetabCRS(dat, metabolite_list, correlation_type = "pearson", save_csv = F)
|
dat |
a data.frame. Column as variable and rows as sample |
metabolite_list |
a data.frame. with rows as metabolites.. column names are 'HMDB' and 'Metab' |
correlation_type |
character string. type of correlation to use for CRS score 'preason'(default) or 'spearman' |
save_csv |
boolean. save all into result into file |
Michele Fresneda Alarcon
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.