Description Usage Arguments Value
View source: R/mock_missing_FGC_data.R
Function to write out mock data that is missing from the inputs to 'QC_fgc_crispr_data'. The mock data is written to temporary files that are deleted when the 'R' session ends.
1 | mock_missing_FGC_data(analysis_config, combined_counts, bcl2fastq, library)
|
analysis_config |
A path to a valid analysis config JSON file to be used as input for the AZ-CRUK CRISPR analysis pipeline. |
combined_counts |
A path to a valid combined counts csv file (produced by the AZ-CRUK CRISPR analysis pipeline). |
bcl2fastq |
A character string giving one or more paths to valid 'bcl2fastq2' summary output JSON files (paths separated by commas). 'NULL' if missing. |
library |
A valid path to a library tsv file in which the first column gives the sgRNA sequence and the second column gives the sgRNA ID (produced by the AZ-CRUK CRISPR reference data generation pipeline). 'NULL' if missing. |
A named list of temporary file names pointing to mocked data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.