base_QuickStart: Run series R script automatically

Description Usage Arguments Author(s) Examples

Description

QuickStart help run series R script automatically

Usage

1
2
3
QuickStart(script.path,
           data.path,
           result.path)

Arguments

script.path

the path of script

data.path

the path of data

result.path

the path of result

Author(s)

Weibin Huang<654751191@qq.com>

Examples

1
2
3
4
5
## Delete median variables
list = ls()
keep = c("script.path","data.path","result.path.all","List.MODEL","names","seeds")
list1 = setdiff(list,keep)
rm(list = list1)

shijianasdf/BasicBioinformaticsAnalysisFromZhongShan documentation built on Jan. 3, 2020, 10:08 p.m.