etl: ETL

Description Usage Arguments Details Value Functions

View source: R/fct_ETL.R

Description

Run a pipeline to prepare all datasets required by the app

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
etl(.project)

prep_qc_table(.project_data = NULL, .project = NULL)

prep_qc_barplot_table(.project_data = NULL, .project = NULL)

prep_indel_table(.project_data = NULL, .project = NULL)

prep_alignment_table(.project_data = NULL, .project = NULL)

prep_allele_table(.project_data = NULL, .project = NULL)

Arguments

.project

character, the project id. Only data belonging to this project will be prepared for loading into the app

.project_data

list, a list of datasets

Details

In 'production' mode, the app will load required datasets after the user chooses a project id string. For testing individual functions, we can supply a data object directly to the function.

Value

A list of three lists:

Functions


teofiln/gene.editing.dash documentation built on Feb. 21, 2022, 12:59 a.m.