get_data_uniConSigPreCal: Fetch pre-calculated data from github for uniConSig...

Description Usage Arguments Value Examples

Description

Download the pre-calculated data from github. Returns the name of the downloaded file with the path to it.

Usage

1
2
get_data_uniConSigPreCal(file.data = "preCal.data.all.RData",
  dir.local = "./data.uniConSigPreCal/")

Arguments

file.data

A string which specifies the name of the data file to be fetched from github. Default is preCal.data.all.RData

dir.local

A string which specifies the name of the directory where the data file will be saved. Need "/" at the end of the string.

Value

The name of the downloaded file with the path to it.

Examples

1
2
3
#For the data required in uniConSig calculation:
#preCal.local<-get_data_uniConSigPreCal()
#load(preCal.local)

wangxlab/uniConSigPreCal documentation built on May 23, 2019, 9:31 a.m.