View source: R/fct_prep_project_data_for_app.R
prepare an RDS file for loading into the data.
Requirements:
RDS
A list of 6 tables corresponding to:
Quality control table (QCTable)
Editing frequency table (EditingFreq)
Indel frequency table (IndelFreq)
CRISPR summary table (CRISPRSummary)
Sample metadata table (SampleMeta)
Allele frequency and Sequence alignment table (AlleleAlignFreq)
The order matters
Currently, no checks are made for table composition and column types, so be sure to the table conform to original examples
Procedure:
Load the RDS list of tables
Rename the tables
Format the column names into BigCamel
Save to a serialized, fast, QC binary file for faster reading in-app
1 | prep_project_data(project_rds_path, output_qs_path)
|
project_rds_path |
character, path to the project data RDS file |
output_qs_path |
character, path for the output serialized qs file |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.