CheckToolAll: CheckToolAll

Description Usage Arguments Value Examples

View source: R/cmd_batch_rnaseq_environment_set.R

Description

Check whether 'Hisat2', 'Stringtie' and 'Gffcompare' are installed on the workstation

Usage

1
CheckToolAll(path.prefix, print = TRUE)

Arguments

path.prefix

path prefix of 'gene_data/', 'RNASeq_bin/', 'RNASeq_results/', 'Rscript/' and 'Rscript_out/' directories.

print

If TRUE, detailed information will be printed. If FALSE, detailed information will not be printed.

Value

None

Examples

1
2
3
4
5
data(yeast)
## Not run: 
CheckToolAll(yeast@path.prefix,
             print=TRUE)
## End(Not run)

RNASeqR documentation built on Nov. 8, 2020, 7:49 p.m.