powered by
Merge report files into a wide format, with column(s) for each report.
merge_reports2(my_reports, col_names = NULL, fix_taxnames = TRUE, update_progress = FALSE, id_cols = c("name", "taxRank", "taxID", "taxLineage"), numeric_cols = c("cladeReads", "taxonReads"))
Report data.frames.
Column names.
Check if there are differences in the taxonomies of the reports.
Update shiny progress
Columns for taxdata
Numeric data
Combined data.frame
# NOT RUN { report_dir <- system.file("shinyapp", "example-data", "brain-biopsies", package="pavian") reports <- read_reports(report_dir) # }
Run the code above in your browser using DataLab