CreateBioProject: Create a bioproject with constant format

Description Usage Arguments Details Author(s) Examples

View source: R/BI_CreateBioProject.R

Description

Create a bioporject with constant format

Usage

1
CreateBioProject(project = "..EXAMPLE", path = NULL, subNO = "01A")

Arguments

project

character;The name of a project you want to create.Default is "..EXAMPLE".

path

character;project location.If NULL,it uses default "E:/iProjects".

subNO

character;The id of sub project like "01A".

Details

A bio-project contains "constant","data","experiment","learn" and "report".

Author(s)

Weibin Huang<654751191@qq.com>

Examples

1
2
3
4
5
6
7
CreateBioProject(subNO="01B") # create 01B sub project
CreateBioProject(subNO="01B") # 01B would not be covered
CreateBioProject(subNO="01C") # create new sub project
## More normal usage
CreateBioProject(project="myproject",
                 path="E:/..Example",
                 subNO="01A")

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