View source: R/cmd_batch_rnaseq_environment_set.R
RNASeqEnvironmentSet_CMD | R Documentation |
Set up the environment for the following RNA-Seq workflow in background.
This function do 4 things :
Create file directories.
Install necessary tools.
Export 'RNASeq_bin/' to the R environment.
Check command of tools.
First it will create 'gene_data/', 'RNASeq_bin/', 'RNASeq_results/',
'Rscript/', 'Rscript_out/' directories.
Afterwards, 'Hisat2',
'Stringtie', 'Gffcompare' will be installed under
'RNASeq_bin/Download/' and be unpacked under 'RNASeq_bin/Unpacked/'.
'RNASeq_bin/' will be added to the R environment and
validity of tools will be checked.
Any ERROR occurs will be reported and the program will be terminated.
If you want to set up the environment for the following RNA-Seq workflow
in R shell, please see RNASeqEnvironmentSet()
function.
RNASeqEnvironmentSet_CMD(RNASeqRParam, install.hisat2 = TRUE, install.STAR = TRUE, install.stringtie = TRUE, install.gffcompare = TRUE, run = TRUE, check.s4.print = TRUE)
RNASeqRParam |
S4 object instance of experiment-related parameters |
install.hisat2 |
Whether to install 'HISAT2' in this function step.
Default value is |
install.STAR |
Whether to install 'STAR' in this function step.
Default value is |
install.stringtie |
Whether to install 'StringTie'
in this function step. Default value is |
install.gffcompare |
Whether to install 'Gffcompare'
in this function step. Default value is |
run |
Default value is |
check.s4.print |
Default |
None
Kuan-Hao Chao
data(yeast) ## Not run: RNASeqEnvironmentSet_CMD(yeast) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.