MS_wise_2 | R Documentation |
A backup function or convenience function where we do not need to specify the ID columns explicitly. The given ID column names must however be close to corresponding standard names
MS_wise_2(data, fix_names = TRUE)
data |
A data frame or data table with m + n columns where m (usually two) of them are ID columns and n of them is numeric columns consisting of measurement results for each measurement system. The ID columns may be named approximately e.g., SampleID or ReplicateID, but names deviating much from these will not be recongnized |
fix_names |
Should ID column names with inappropriate names be attempted fixed. Default is |
A data table of format LFDT, with m + 3 columns where the latter three columns are MS comparison ID column (new), Sample ID column and Replicate ID column. The m remaining columns are the resulting numeric columns representing MS measurements
MS_wise_2(sampled_cs_measurements, fix_names = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.