Load a MySQL Dump for Using with SQLite

Description

Converts a MySQL dump file into SQLite compatible SQL statements.

Usage

MySQLtoSQLite(file, conn = NULL)

Arguments

file
MySQL dump file
conn
SQLite connection object

Value

the statements as a character vector if conn=NULL or nothing

Note

This function was developed and used to load the VeryGene database, in order to create the VeryGene marker list.