View source: R/Canidate_processing.R
Meta_feature_list_fun | R Documentation |
This is a function that prepare the candiate list for maldi imaging data qualitative or quantitative analysis.
this function will read the candidate list file and generate mz for the adducts list defined in "adducts"
.
Meta_feature_list_fun(
database,
workdir = getwd(),
adducts = c("M-H", "M+Cl"),
cal.mz = TRUE,
bypass = FALSE,
BPPARAM = bpparam()
)
database |
the file name of candidate list |
workdir |
the folder that contains candidate list |
adducts |
the adducts list to be used for generating the PMF search candidates |
cal.mz |
If set with |
BPPARAM |
parallel processing parameter for BiocParallel |
mzlist_bypass |
Set |
a table of candiate list
Meta_feature_list_fun(database="lipid candidates.csv",adducts=c("M-H","M+Cl"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.