Title: | Contextualizing untargeted Annotation with Semi-quantitative Charged Aerosol Detection for pertinent characterization of natural Extracts |
---|---|
Description: | This package provides the infrastructure to perform Automated Composition Assessment of Natural Extracts. |
Authors: | Adriano Rutz [aut, cre] |
Maintainer: | Adriano Rutz <[email protected]> |
License: | GPL (>= 3) |
Version: | 0.0.0.9000 |
Built: | 2024-11-22 11:23:21 UTC |
Source: | https://github.com/adafede/cascade |
Add chromato line
add_chromato_line( plot, chromato, shift = 0, normalize_time, name, color, polarity = "pos" )
add_chromato_line( plot, chromato, shift = 0, normalize_time, name, color, polarity = "pos" )
plot |
Plot |
chromato |
Chromato |
shift |
Shift |
normalize_time |
Normalize time |
name |
Name |
color |
Color |
polarity |
Polarity |
A plot with added chromato line
NULL
NULL
Baseline chromatogram
baseline_chromatogram(df)
baseline_chromatogram(df)
df |
Dataframe |
A dataframe with baselined chromatogram
NULL
NULL
Change intensity name
change_intensity_name(df, name)
change_intensity_name(df, name)
df |
Dataframe |
name |
Name |
A dataframe with changed intensity name
NULL
NULL
Check chromatograms
check_chromatograms( chromatograms = c("bpi_pos", "cad_pos", "pda_pos"), normalize_time = FALSE, shift_cad = 0, shift_pda = 0, type = "improved" )
check_chromatograms( chromatograms = c("bpi_pos", "cad_pos", "pda_pos"), normalize_time = FALSE, shift_cad = 0, shift_pda = 0, type = "improved" )
chromatograms |
Chromatograms |
normalize_time |
Normalized time |
shift_cad |
Shift CAD |
shift_pda |
Shift PDA |
type |
Type |
A plot
NULL
NULL
Check chromatograms alignment
check_chromatograms_alignment( file_negative = NULL, file_positive = NULL, time_min = 0.5, time_max = 32.5, cad_shift = 0.05, pda_shift = 0.1, fourier_components = 0.01, frequency = 1, resample = 1, chromatograms = c("bpi_pos", "cad_pos", "pda_pos"), type = "baselined", normalize_intensity = TRUE, normalize_time = FALSE, show_example = FALSE )
check_chromatograms_alignment( file_negative = NULL, file_positive = NULL, time_min = 0.5, time_max = 32.5, cad_shift = 0.05, pda_shift = 0.1, fourier_components = 0.01, frequency = 1, resample = 1, chromatograms = c("bpi_pos", "cad_pos", "pda_pos"), type = "baselined", normalize_intensity = TRUE, normalize_time = FALSE, show_example = FALSE )
file_negative |
Negative file path |
file_positive |
Positive file path |
time_min |
Minimum time |
time_max |
Maximum time |
cad_shift |
CAD shift |
pda_shift |
PDA shift |
fourier_components |
Fourier components |
frequency |
Frequency |
resample |
Resample |
chromatograms |
Chromatograms to plot |
type |
Type. "baselined" or "improved" |
normalize_intensity |
Normalize intensity? Default to TRUE |
normalize_time |
Normalize time? Default to FALSE |
show_example |
Show example? Default to FALSE |
A plot with (non-)aligned chromatograms
## Not run: check_chromatograms_alignment(show_example = TRUE) ## End(Not run)
## Not run: check_chromatograms_alignment(show_example = TRUE) ## End(Not run)
Check export dir
check_export_dir(dir)
check_export_dir(dir)
dir |
Dir |
A log of checked dir
NULL
NULL
Check chromatograms alignment
check_peaks_integration( file = NULL, features = NULL, detector = "cad", chromatogram = "baselined", min_area = 0.005, min_intensity = 10000, shift = 0.05, show_example = FALSE, fourier_components = 0.01, time_min = 0.5, time_max = 32.5, frequency = 1, resample = 1 )
check_peaks_integration( file = NULL, features = NULL, detector = "cad", chromatogram = "baselined", min_area = 0.005, min_intensity = 10000, shift = 0.05, show_example = FALSE, fourier_components = 0.01, time_min = 0.5, time_max = 32.5, frequency = 1, resample = 1 )
file |
File path |
features |
Features path |
detector |
Detector |
chromatogram |
Chromatogram |
min_area |
Minimum area |
min_intensity |
Minimum intensity |
shift |
shift |
show_example |
Show example? Default to FALSE |
fourier_components |
Fourier components |
time_min |
Time min |
time_max |
Time max |
frequency |
Frequency |
resample |
Resample |
A plot with (non-)aligned chromatograms
## Not run: check_peaks_integration(show_example = TRUE) ## End(Not run)
## Not run: check_peaks_integration(show_example = TRUE) ## End(Not run)
Compare peaks
compare_peaks(x, list_ms_peaks, peaks_prelist)
compare_peaks(x, list_ms_peaks, peaks_prelist)
x |
X |
list_ms_peaks |
list_ms_peaks |
peaks_prelist |
peaks_prelist |
A comparison score
NULL
NULL
Deriv
deriv(x, y)
deriv(x, y)
x |
X |
y |
Y |
The derivative
NULL
NULL
Extract chromatogram
extract_chromatogram(list, type)
extract_chromatogram(list, type)
list |
List |
type |
Type |
An extracted chromatogram
NULL
NULL
Extract MS peak
extract_ms_peak(x)
extract_ms_peak(x)
x |
X |
A peak
NULL
NULL
Extract MS progress
extract_ms_progress(xs, ms_data, peaks_prelist)
extract_ms_progress(xs, ms_data, peaks_prelist)
xs |
XS |
ms_data |
MS Data |
peaks_prelist |
Peaks prelist |
A list of extracted MS peaks
NULL
NULL
Filter FFT
filter_fft(x, components)
filter_fft(x, components)
x |
X |
components |
Components |
The fourier filtered x
NULL
NULL
Temp GT function
format_gt(table, title = "", subtitle = "")
format_gt(table, title = "", subtitle = "")
table |
Table |
title |
Title |
subtitle |
Subtitle |
A formatted GT table
NULL
NULL
Generate IDs
generate_ids( taxa = c("Swertia", "Kopsia", "Ginkgo"), comparison = c("Swertia", "Kopsia"), no_stereo = TRUE, filter_ms_conditions = TRUE, start = "0", end = "9999", limit = "1000000" )
generate_ids( taxa = c("Swertia", "Kopsia", "Ginkgo"), comparison = c("Swertia", "Kopsia"), no_stereo = TRUE, filter_ms_conditions = TRUE, start = "0", end = "9999", limit = "1000000" )
taxa |
Taxa |
comparison |
Comparison |
no_stereo |
No stereo |
filter_ms_conditions |
Filter MS conditions |
start |
Start |
end |
End |
limit |
Limit |
IDs
## Not run: generate_ids() ## End(Not run)
## Not run: generate_ids() ## End(Not run)
Generate pseudochromatograms
generate_pseudochromatograms( annotations = NULL, features_informed = NULL, features_not_informed = NULL, file = NULL, detector = "cad", show_example = FALSE, min_confidence = 0.4, min_similarity_prefilter = 0.6, min_similarity_filter = 0.8, mode = "pos", organism = "Swertia chirayita", fourier_components = 0.01, frequency = 1, resample = 1, shift = 0.05, time_min = 0.5, time_max = 32.5 )
generate_pseudochromatograms( annotations = NULL, features_informed = NULL, features_not_informed = NULL, file = NULL, detector = "cad", show_example = FALSE, min_confidence = 0.4, min_similarity_prefilter = 0.6, min_similarity_filter = 0.8, mode = "pos", organism = "Swertia chirayita", fourier_components = 0.01, frequency = 1, resample = 1, shift = 0.05, time_min = 0.5, time_max = 32.5 )
annotations |
Annotations |
features_informed |
Features informed |
features_not_informed |
Features not informed |
file |
File |
detector |
Detector |
show_example |
Show example? Default to FALSE |
min_confidence |
Min confidence |
min_similarity_prefilter |
Min similarity pre filter |
min_similarity_filter |
Min similarity filter |
mode |
Mode |
organism |
Organism |
fourier_components |
Fourier components |
frequency |
Frequency |
resample |
Resample |
shift |
Shift |
time_min |
Time min |
time_max |
Time max |
A list of plots
## Not run: generate_pseudochromatograms(show_example = TRUE) ## End(Not run)
## Not run: generate_pseudochromatograms(show_example = TRUE) ## End(Not run)
Generate IDs
generate_tables( annotations = NULL, file_negative = NULL, file_positive = NULL, min_confidence = 0.4, show_example = FALSE, export_csv = TRUE, export_html = TRUE, export_dir = "data/processed", export_name = "cascade_table" )
generate_tables( annotations = NULL, file_negative = NULL, file_positive = NULL, min_confidence = 0.4, show_example = FALSE, export_csv = TRUE, export_html = TRUE, export_dir = "data/processed", export_name = "cascade_table" )
annotations |
Annotations |
file_negative |
File negative |
file_positive |
File positive |
min_confidence |
Min confidence |
show_example |
Show example? Default to FALSE |
export_csv |
Export CSV |
export_html |
Export HTML |
export_dir |
Export Dir |
export_name |
Export name |
Tables
## Not run: generate_tables() ## End(Not run)
## Not run: generate_tables() ## End(Not run)
Get peaks
get_peaks( chrom_list, lambdas, fit = c("egh", "gaussian", "raw"), sd.max = 50, max.iter = 100, time.units = c("min", "s", "ms"), estimate_purity = FALSE, noise_threshold = 0.001, collapse = FALSE, ... )
get_peaks( chrom_list, lambdas, fit = c("egh", "gaussian", "raw"), sd.max = 50, max.iter = 100, time.units = c("min", "s", "ms"), estimate_purity = FALSE, noise_threshold = 0.001, collapse = FALSE, ... )
chrom_list |
Chrom list |
lambdas |
Lambdas |
fit |
Fit |
sd.max |
Sd max |
max.iter |
Max iter |
time.units |
Time units |
estimate_purity |
Estimate purity |
noise_threshold |
Noise Threshold |
collapse |
Collapse |
... |
... |
Peaks
This was imported from {chromatographR} package and parallelization was removed as it was causing issues on Windows.
Ethan Bass
https://github.com/ethanbass/chromatographR
NULL
NULL
Hierarchies grouped progress
hierarchies_grouped_progress(xs)
hierarchies_grouped_progress(xs)
xs |
XS |
A list of grouped hierarchies
NULL
NULL
Hierarchies Progress
hierarchies_progress(xs)
hierarchies_progress(xs)
xs |
XS |
A list of hierarchies
NULL
NULL
Histograms progress
histograms_progress(xs)
histograms_progress(xs)
xs |
XS |
A list of histograms
NULL
NULL
Improve signal
improve_signal( df, fourier_components = 0.01, frequency = 2, resample = 1, time_min = 0, time_max = Inf )
improve_signal( df, fourier_components = 0.01, frequency = 2, resample = 1, time_min = 0, time_max = Inf )
df |
Dataframe |
fourier_components |
Fourier components |
frequency |
Frequency |
resample |
Resample |
time_min |
Time min |
time_max |
Time max |
A dataframe with improved signal
NULL
NULL
Improve signals progress
improve_signals_progress( xs, fourier_components = 0.01, frequency = 2, resample = 1, time_min = 0, time_max = Inf )
improve_signals_progress( xs, fourier_components = 0.01, frequency = 2, resample = 1, time_min = 0, time_max = Inf )
xs |
XS |
fourier_components |
Fourier components |
frequency |
Frequency |
resample |
Resample |
time_min |
Time min |
time_max |
Time max |
A list of data frames with improved signals
NULL
NULL
Join peaks
join_peaks(chromatograms, peaks, min_area)
join_peaks(chromatograms, peaks, min_area)
chromatograms |
Chromatograms |
peaks |
Peaks |
min_area |
Min area |
A dataframe with joined peaks
NULL
NULL
Keep best candidates
keep_best_candidates(df)
keep_best_candidates(df)
df |
Dataframe |
A dataframe containing the best candidates only
NULL
NULL
Load annotations
load_annotations(file = NULL, show_example = FALSE, mode = "pos")
load_annotations(file = NULL, show_example = FALSE, mode = "pos")
file |
File |
show_example |
Show example? Default to FALSE |
mode |
Mode |
A table of annotations
NULL
NULL
Load chromatograms
load_chromatograms(file = NULL, show_example = FALSE, example_polarity = "pos")
load_chromatograms(file = NULL, show_example = FALSE, example_polarity = "pos")
file |
File |
show_example |
Show example? Default to FALSE |
example_polarity |
Example polarity |
A list of chromatograms
NULL
NULL
Load features
load_features(file = NULL, show_example = FALSE)
load_features(file = NULL, show_example = FALSE)
file |
File |
show_example |
Show example? Default to FALSE |
A table of features
NULL
NULL
Load features informed
load_features_informed(file = NULL, show_example = FALSE)
load_features_informed(file = NULL, show_example = FALSE)
file |
File |
show_example |
Show example? Default to FALSE |
A table of informed features
NULL
NULL
Load features not informed
load_features_not_informed(file = NULL, show_example = FALSE)
load_features_not_informed(file = NULL, show_example = FALSE)
file |
File |
show_example |
Show example? Default to FALSE |
A table of non informed features
NULL
NULL
Load MS data
load_ms_data(file = NULL, show_example = FALSE)
load_ms_data(file = NULL, show_example = FALSE)
file |
File |
show_example |
Show example? Default to FALSE |
MS data
NULL
NULL
Load name
load_name( file = NULL, default = "210619_AR_06_V_03_2_01.mzML", show_example = FALSE )
load_name( file = NULL, default = "210619_AR_06_V_03_2_01.mzML", show_example = FALSE )
file |
File |
default |
Default |
show_example |
Show example? Default to FALSE |
A name
NULL
NULL
Make chromatographiable
make_chromatographiable( df, mass_min = 50, mass_max = 1500, logp_min = -1, logp_max = 6 )
make_chromatographiable( df, mass_min = 50, mass_max = 1500, logp_min = -1, logp_max = 6 )
df |
Dataframe |
mass_min |
Mass min |
mass_max |
Mass max |
logp_min |
Log P min |
logp_max |
Log P max |
A dataframe containing chromatographiable compounds
NULL
NULL
Make confident
make_confident(df, score)
make_confident(df, score)
df |
Dataframe |
score |
Score |
A dataframe containing annotations with scores above the confidence threshold set
NULL
NULL
Make no stereo
make_no_stereo(df)
make_no_stereo(df)
df |
Dataframe |
A dataframe with no stereo structures
NULL
NULL
Make other
make_other(dataframe, value = "peak_area")
make_other(dataframe, value = "peak_area")
dataframe |
Dataframe |
value |
Value |
A dataframe with harmonized "other" subcategories
NULL
NULL
Middle pts
middle_pts(x)
middle_pts(x)
x |
X |
Middle pts
NULL
NULL
Molinfo
molinfo(x)
molinfo(x)
x |
X |
A mol image
NULL
NULL
No other
no_other(dataframe)
no_other(dataframe)
dataframe |
Dataframe |
A dataframe with no other
NULL
NULL
Normalize chromato
normalize_chromato(x, df_xy)
normalize_chromato(x, df_xy)
x |
X |
df_xy |
Df X Y |
A normalized chromato
NULL
NULL
Normalize chromatograms list
normalize_chromatograms_list( list, shift = 0, normalize_intensity = TRUE, normalize_time = FALSE )
normalize_chromatograms_list( list, shift = 0, normalize_intensity = TRUE, normalize_time = FALSE )
list |
List |
shift |
Shift |
normalize_intensity |
Normalize time |
normalize_time |
Normalize intensity |
A dataframe with normalized chromatograms
NULL
NULL
P ACN I
p_acn_i(acn_eluent, q1, q2, q3)
p_acn_i(acn_eluent, q1, q2, q3)
acn_eluent |
ACN eluent |
q1 |
Q1 |
q2 |
Q2 |
q3 |
Q3 |
P ACN I
NULL
NULL
Peaks progress
peaks_progress(df_xy)
peaks_progress(df_xy)
df_xy |
Df X Y |
A list of peaks
NULL
NULL
Plot chromatogram
plot_chromatogram(df, text)
plot_chromatogram(df, text)
df |
Dataframe |
text |
Text |
A plot of a chromatogram
NULL
NULL
Plot histograms
plot_histograms(dataframe, chromatogram, label, y = "values", xlab = TRUE)
plot_histograms(dataframe, chromatogram, label, y = "values", xlab = TRUE)
dataframe |
Dataframe |
chromatogram |
Chromatogram |
label |
Label |
y |
Y |
xlab |
Xlab |
A plot of histograms
NULL
NULL
Plot histograms confident
plot_histograms_confident( dataframe, chromatogram, level = "max", time_min, time_max )
plot_histograms_confident( dataframe, chromatogram, level = "max", time_min, time_max )
dataframe |
Dataframe |
chromatogram |
Chromatogram |
level |
Level |
time_min |
Time min |
time_max |
Time max |
A plot of confident histograms
NULL
NULL
Plot histograms litt
plot_histograms_litt(dataframe, label, y = "values", xlab = TRUE)
plot_histograms_litt(dataframe, label, y = "values", xlab = TRUE)
dataframe |
Dataframe |
label |
Label |
y |
Y |
xlab |
Xlab |
A plot of literature histograms
NULL
NULL
Plot histograms taxo
plot_histograms_taxo( dataframe, chromatogram, level = "max", mode = "pos", time_min, time_max )
plot_histograms_taxo( dataframe, chromatogram, level = "max", mode = "pos", time_min, time_max )
dataframe |
Dataframe |
chromatogram |
Chromatogram |
level |
Level |
mode |
Mode |
time_min |
Time min |
time_max |
Time max |
A plot of taxo histograms
NULL
NULL
Plot peak detection
plot_peak_detection(df1, df2, fun)
plot_peak_detection(df1, df2, fun)
df1 |
DF 1 containing chromatogram |
df2 |
DF 2 containing peaks |
fun |
Fun |
A plot with (non-)detected peaks
NULL
NULL
Plot results 1
plot_results_1(list, chromatogram, mode = "pos", time_min, time_max)
plot_results_1(list, chromatogram, mode = "pos", time_min, time_max)
list |
List |
chromatogram |
Chromatogram |
mode |
Mode |
time_min |
Time min |
time_max |
Time max |
A list of plots
NULL
NULL
Plot results 2
plot_results_2(list)
plot_results_2(list)
list |
List |
A list of plots
NULL
NULL
Predict response
predict_response( acn = 100, peak_area, p1q1 = 1e-05, p1q2 = -6e-04, p1q3 = -0.0778, p2q1 = 2e-05, p2q2 = -0.00022, p2q3 = 0.05499, p3q1 = -0.00017, p3q2 = 0.0209, p3q3 = 1.4041 )
predict_response( acn = 100, peak_area, p1q1 = 1e-05, p1q2 = -6e-04, p1q3 = -0.0778, p2q1 = 2e-05, p2q2 = -0.00022, p2q3 = 0.05499, p3q1 = -0.00017, p3q2 = 0.0209, p3q3 = 1.4041 )
acn |
ACN |
peak_area |
Peak area |
p1q1 |
P1Q1 |
p1q2 |
P1Q2 |
p1q3 |
P1Q3 |
p2q1 |
P2Q1 |
p2q2 |
P2Q2 |
p2q3 |
P2Q3 |
p3q1 |
P3Q1 |
p3q2 |
P3Q2 |
p3q3 |
P3Q3 |
The concentration
NULL
NULL
Prehistograms progress
prehistograms_progress(xs)
prehistograms_progress(xs)
xs |
XS |
A list of prehistograms
NULL
NULL
Prepare comparison
prepare_comparison( features_informed = NULL, features_not_informed = NULL, candidates_confident, min_similarity_prefilter = 0.6, min_similarity_filter = 0.8, mode = "pos", show_example = FALSE )
prepare_comparison( features_informed = NULL, features_not_informed = NULL, candidates_confident, min_similarity_prefilter = 0.6, min_similarity_filter = 0.8, mode = "pos", show_example = FALSE )
features_informed |
Features informed |
features_not_informed |
Features not informed |
candidates_confident |
Candidates confident |
min_similarity_prefilter |
Min similarity pre filter |
min_similarity_filter |
Min similarity filter |
mode |
Mode |
show_example |
Show example? Default to FALSE |
A list of peaks
NULL
NULL
Prepare features
prepare_features(df, min_intensity, name)
prepare_features(df, min_intensity, name)
df |
Df |
min_intensity |
Min intensity |
name |
Name |
A dataframe of prepared features
NULL
NULL
Prepare hierarchy
prepare_hierarchy( dataframe, type = "analysis", detector = "ms", rescale = FALSE )
prepare_hierarchy( dataframe, type = "analysis", detector = "ms", rescale = FALSE )
dataframe |
Dataframe |
type |
Type |
detector |
Detector |
rescale |
Rescale |
A dataframe with prepared hierarchy
NULL
NULL
Prepare mz
prepare_mz(x)
prepare_mz(x)
x |
X |
A list of prepared mz's
NULL
NULL
Prepare peaks
prepare_peaks(x)
prepare_peaks(x)
x |
X |
Prepared peaks
NULL
NULL
Prepare plot
prepare_plot(dataframe, organism = "species")
prepare_plot(dataframe, organism = "species")
dataframe |
Dataframe |
organism |
Organism |
A dataframe prepared for plots
NULL
NULL
Prepare plot 2
prepare_plot_2(dataframe)
prepare_plot_2(dataframe)
dataframe |
Dataframe |
A dataframe prepared for plots
NULL
NULL
Prepare rt
prepare_rt(x, shift = 0)
prepare_rt(x, shift = 0)
x |
X |
shift |
Shift |
Prepared RTs
NULL
NULL
Preprocess chromatograms
preprocess_chromatograms( detector = "cad", fourier_components = 0.01, frequency = 2, list, name, resample = 1, shift = 0, signal_name = "UV.1_CAD_1_0", time_min = 0, time_max = Inf )
preprocess_chromatograms( detector = "cad", fourier_components = 0.01, frequency = 2, list, name, resample = 1, shift = 0, signal_name = "UV.1_CAD_1_0", time_min = 0, time_max = Inf )
detector |
Detector |
fourier_components |
Fourier components |
frequency |
Frequency |
list |
List |
name |
Name |
resample |
Resample |
shift |
Shift |
signal_name |
Signal name |
time_min |
Time min |
time_max |
Time max |
A list of preprocessed chromatograms
NULL
NULL
Preprocess peaks
preprocess_peaks( detector = "cad", df_features, df_long, df_xy, name, shift = 0, min_area = 0 )
preprocess_peaks( detector = "cad", df_features, df_long, df_xy, name, shift = 0, min_area = 0 )
detector |
Detector |
df_features |
DF features |
df_long |
DF long |
df_xy |
DF X Y |
name |
Name |
shift |
shift |
min_area |
Minimum area |
A list of lists and dataframe with preprocessed peaks
NULL
NULL
Process compare peaks
process_compare_peaks( file = NULL, features = NULL, type = "baselined", detector = "cad", export_dir = "data/interim/peaks", show_example = FALSE, fourier_components = 0.01, frequency = 1, min_area = 0.005, min_intensity = 10000, resample = 1, shift = 0.05, time_min = 0.5, time_max = 32.5 )
process_compare_peaks( file = NULL, features = NULL, type = "baselined", detector = "cad", export_dir = "data/interim/peaks", show_example = FALSE, fourier_components = 0.01, frequency = 1, min_area = 0.005, min_intensity = 10000, resample = 1, shift = 0.05, time_min = 0.5, time_max = 32.5 )
file |
File path |
features |
Features path |
type |
Type. "original", "baselined" or "improved" |
detector |
Detector |
export_dir |
Export directory |
show_example |
Show example? Default to FALSE |
fourier_components |
Fourier components |
frequency |
Frequency |
min_area |
Min area |
min_intensity |
Min intensity |
resample |
Resample |
shift |
Shift |
time_min |
Time min |
time_max |
Time max |
A plot with (non-)aligned chromatograms
## Not run: check_chromatograms_alignment(show_example = TRUE) ## End(Not run)
## Not run: check_chromatograms_alignment(show_example = TRUE) ## End(Not run)
Queries progress
queries_progress( xs, start = "0", end = "9999", limit = "1000000", query_part_1, query_part_2, query_part_3, query_part_4 )
queries_progress( xs, start = "0", end = "9999", limit = "1000000", query_part_1, query_part_2, query_part_3, query_part_4 )
xs |
XS |
start |
Start |
end |
End |
limit |
Limit |
query_part_1 |
query_part_1 |
query_part_2 |
query_part_2 |
query_part_3 |
query_part_3 |
query_part_4 |
query_part_4 |
A list of queries
NULL
NULL
Save histograms progress
save_histograms_progress(xs)
save_histograms_progress(xs)
xs |
XS |
Saved histograms
NULL
NULL
Save treemaps progress
save_treemaps_progress(xs, type = "treemap")
save_treemaps_progress(xs, type = "treemap")
xs |
XS |
type |
Type |
Saved treemaps
NULL
NULL
Second der
second_der(x, y)
second_der(x, y)
x |
X |
y |
Y |
The second derivative
NULL
NULL
Signal sharpening
signal_sharpening( time, intensity, k2 = 250, k4 = 1250000, sigma = 0.05, Smoothing_width = 8, Baseline_adjust = 0 )
signal_sharpening( time, intensity, k2 = 250, k4 = 1250000, sigma = 0.05, Smoothing_width = 8, Baseline_adjust = 0 )
time |
time |
intensity |
intensity |
k2 |
K2 |
k4 |
K4 |
sigma |
Sigma |
Smoothing_width |
Smoothing width |
Baseline_adjust |
Baseline adjust |
A sharpened signal
NULL
NULL
Tables progress
tables_progress(xs, structures_classified)
tables_progress(xs, structures_classified)
xs |
XS |
structures_classified |
structures classified |
A list of tables
NULL
NULL
Taxon name to QID
taxon_name_to_qid(taxon_name)
taxon_name_to_qid(taxon_name)
taxon_name |
Taxon name |
A QID
## Not run: taxon_name_to_qid(taxon_name = "Gentiana lutea") ## End(Not run)
## Not run: taxon_name_to_qid(taxon_name = "Gentiana lutea") ## End(Not run)
Transform MS
transform_ms(x)
transform_ms(x)
x |
X |
A list with transformed MS
NULL
NULL
Treemaps progress
treemaps_progress(xs, type = "treemap", hierarchies)
treemaps_progress(xs, type = "treemap", hierarchies)
xs |
XS |
type |
Type |
hierarchies |
Hierarchies |
A list of treemaps
NULL
NULL
Treemaps progress no title
treemaps_progress_no_title(xs, type = "treemap", hierarchies)
treemaps_progress_no_title(xs, type = "treemap", hierarchies)
xs |
XS |
type |
Type |
hierarchies |
Hierarchies |
A list of treemaps with no title
NULL
NULL
Wiki progress
wiki_progress(xs)
wiki_progress(xs)
xs |
XS |
A list of results of Wikidata queries
NULL
NULL
Y as NA
y_as_na(x, y)
y_as_na(x, y)
x |
x |
y |
y |
Y's replaced as NA's in X
NULL
NULL