View source: R/fct_prioritizer.R
prioritizer | R Documentation |
Prioritize Samples
prioritizer(
pool,
dendrogram,
h = NULL,
k = NULL,
fractionMetabolitePeaksToRetain,
minFrequency = 0,
minNumber = NA,
smallMolLowerMassCutoff = 200,
smallMolUpperMassCutoff = 2000,
smallMolSnr = 10,
tolerance = 0.002,
method = "strict"
)
pool |
pool connection to IDBac database |
dendrogram |
dendrogram object to be cut, doesn't necessarily have to be protein dendrogram but labels should be the same as the small molecule data labels |
h |
numeric scalar (OR a vector) with a height where the tree should be cut. |
k |
numeric scalar (OR a vector) with the number of clusters the tree should be cut into. |
fractionMetabolitePeaksToRetain |
fraction of small molecule peaks to "capture" when selecting isolates |
minFrequency |
percent of peaks that must be present in sample replicates (0 to 1) |
minNumber |
|
smallMolLowerMassCutoff |
lower mass cutoff for small molecule spectra |
smallMolUpperMassCutoff |
upper mass cutoff for small molecule spectra |
smallMolSnr |
minimum SNR for small molecule spectra |
tolerance |
|
method |
bin creation rule. |
prioritization list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.