Learn R Programming

Uniquorn (version 1.0.8)

initiate_canonical_databases: initiate_canonical_databases

Description

Parses data into r list variable

Usage

initiate_canonical_databases( cosmic_file = "CosmicCLP_MutantExport.tsv", ccle_file = "CCLE_hybrid_capture1650_hg19_NoCommonSNPs_CDS_2012.05.07.maf", ref_gen = "GRCH37")

Arguments

cosmic_file
The path to the cosmic DNA genotype data file. Ensure that the right reference genome is used
ccle_file
The path to the ccle DNA genotype data file. Ensure that the right reference genome is used
ref_gen
Reference genome version

Value

Returns message if parsing process has succeeded

Examples

Run this code
initiate_canonical_databases(
cosmic_file = "CosmicCLP_MutantExport.tsv",
ccle_file = "CCLE_hybrid_capture1650_hg19_NoCommonSNPs_CDS_2012.05.07.maf",
ref_gen = "GRCH37")

Run the code above in your browser using DataLab