Plot peak detection results
Usage
nmr_detect_peaks_plot(
nmr_dataset,
peak_data,
NMRExperiment = NULL,
peak_id = NULL,
accepted_only = NULL,
...
)
Arguments
- 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
peak_data
contains a logical column namedaccepted
, only those withaccepted=TRUE
will be counted. By default,accepted_only = TRUE
, unless apeak_id
is given- ...
Arguments passed to plot.nmr_dataset_1D (
chemshift_range
,...
)
See also
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()