View source: R/call_accucor1.R
call_accucor1 | R Documentation |
call_accucor1 Calls Accucor Natural Isotope Correction for single labeled sets (e.g C13, N15, D). Converts mid_output data to format for Accucor1. install.packages("accucor")
call_accucor1(mid_output, abbrev, Title, info)
mid_output |
"isotopologue data uncorrected.csv". |
abbrev |
The downloaded google sheets Abbrev_New2 sheet. Columns Abb, Neutral.Formula, and KEGG.ID are used in function. |
Title |
Title to use for naming the corrected file |
info |
Sample info sheet, commonly used when running Metabolomics data. Only the info$Condition column is used (make sure this contains factors). |
corr2 NIC corrected version. Not yet in the format for "MIDS corrected output"
temp<-call_accucor1(mid_output, Abbrev, Title, info)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.