All functions |
|
---|---|
Add a result row manually to the lipidScoresTableData tibble. |
|
Calculate the total lipid scores table data. |
|
Check if the lipid names are valid shorthand names using the rgoslin package. |
|
Load the category and class map table. |
|
Load the shorthand CV map table. |
|
Load the scoring scheme table. |
|
Map the lipid category or class to the Eposmol category or class. |
|
Read a long format table and join with the features defined in the scoring table. The long format table must have the following columns: Name, LipidCategoryOrClass, IonMode, Feature, Value. |
|
Read the manual table and join with the features defined in the scoring table. The manual table must have the following columns: Name, LipidCategoryOrClass, IonMode, Feature, Value. |
|
Read a wide format table and join with the features defined in the scoring table. The wide format table must have the following columns: Name, LipidCategoryOrClass, IonMode, and the features as columns. |
|
Start the EPoSMoL Shiny Webapplication. |