comparison correlation_with_signature.R @ 1:8ad272e0b640 draft

"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_gene_expression_correlations commit 1b98c85982a2a9f9df4b318f672b9b68cff66a93"
author artbio
date Mon, 02 Sep 2019 04:38:59 -0400
parents 734ab9c5595a
children b49295546f29
comparison
equal deleted inserted replaced
0:734ab9c5595a 1:8ad272e0b640
13 13
14 # load packages that are provided in the conda env 14 # load packages that are provided in the conda env
15 options( show.error.messages=F, 15 options( show.error.messages=F,
16 error = function () { cat( geterrmessage(), file=stderr() ); q( "no", 1, F ) } ) 16 error = function () { cat( geterrmessage(), file=stderr() ); q( "no", 1, F ) } )
17 loc <- Sys.setlocale("LC_MESSAGES", "en_US.UTF-8") 17 loc <- Sys.setlocale("LC_MESSAGES", "en_US.UTF-8")
18 requiredPackages = c('optparse', 'Hmisc')
19 warnings() 18 warnings()
20 19
21 library(optparse) 20 library(optparse)
22 library(Hmisc) 21 library(Hmisc)
23 22