View source: R/nmr_detect_peaks_align.R
nmr_detect_peaks_plot | R Documentation |
Plot peak detection results
nmr_detect_peaks_plot(
nmr_dataset,
peak_data,
NMRExperiment = NULL,
peak_id = NULL,
accepted_only = NULL,
...
)
nmr_dataset |
An nmr_dataset_1D. |
peak_data |
The peak table returned by nmr_detect_peaks |
NMRExperiment |
a single NMR experiment to plot |
peak_id |
A character vector. If given, plot only that peak id. |
accepted_only |
If |
... |
Arguments passed to plot.nmr_dataset_1D ( |
Plot peak detection results
Peak_detection nmr_detect_peaks
Other peak detection functions:
Pipelines
,
nmr_baseline_threshold()
,
nmr_detect_peaks()
,
nmr_detect_peaks_plot_overview()
,
nmr_detect_peaks_tune_snr()
,
nmr_identify_regions_blood()
,
nmr_identify_regions_cell()
,
nmr_identify_regions_urine()
,
nmr_integrate_regions()
Other peak detection functions:
Pipelines
,
nmr_baseline_threshold()
,
nmr_detect_peaks()
,
nmr_detect_peaks_plot_overview()
,
nmr_detect_peaks_tune_snr()
,
nmr_identify_regions_blood()
,
nmr_identify_regions_cell()
,
nmr_identify_regions_urine()
,
nmr_integrate_regions()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.