Skip to contents

Given a table exported from MSDIAL (exporting the Area from MS-Dial 5.1.230912), it creates a table with only the name of features in the first column (same names created in the one of the featINFO) and the intensities of features in each other column.

Usage

get_feat_table_from_MSDial(MSDIAL_raw_table, n_last_coloums_to_delete = 2)

Arguments

MSDIAL_raw_table

a dataframe. Load on R the exported table using write_tsv or write_csv, then directly pass it in this argument.

n_last_coloums_to_delete

numercial of length 1. Usually in the exported file from MSDIAL, the last columns are for descriptive statistics of the features. Pass here the numner of the last columns that you need to remove.

Value

A tibble with the feature intensities.