View source: R/Feature_alignment_requantification.R
Peak_selection_FDR | R Documentation |
Peak selection FDR algorithm for internal use
Peak_selection_FDR( num_features = 500, features, samples, peaks, path_to_features, peak_quant, feature_with_background_intensity, peak_selected, delta_mz, delta_rt, peak_min_ion_count, num_peaks_store, alignment_scores_cutoff, n_cores, peak_decision, Alignment_scoring, seed = 110519, plot = T )
num_features |
num_features |
features |
features |
samples |
samples |
peaks |
peaks |
path_to_features |
path_to_features |
peak_quant |
peak_quant |
feature_with_background_intensity |
feature_with_background_intensity |
peak_selected |
peak_selected |
delta_mz |
delta_mz |
delta_rt |
delta_rt |
peak_min_ion_count |
peak_min_ion_count |
num_peaks_store |
num_peaks_store |
alignment_scores_cutoff |
alignment_scores_cutoff |
n_cores |
n_cores |
peak_decision |
peak_decision |
Alignment_scoring |
Alignment_scoring |
seed |
seed |
plot |
plot |
Peak selection FDR algorithm for internal use
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.