Learn R Programming

superFreq (version 1.2.3)

downloadTemplate: Downloads resources and template for a standard analysis

Description

Downloads resources and template for a standard analysis

Usage

downloadTemplate(analysisDirectory)

Arguments

analysisDirectory

The directory where the analysis will be made. The directory will be created if needed, but the parent directory has to exist.

Details

This function downloads dbSNP and COSMIC resources for hg19, condensed to what superFreq needs. It also sets up template files and directories to help set up the project specific data.

Examples

Run this code
# NOT RUN {
 
downloadTemplate('~/mySuperFreqAnalaysis')

# }

Run the code above in your browser using DataLab