geneVisualization2.Rd
This function executes a ubuntu docker that performs geneVisualization
geneVisualization2(
group = c("sudo", "docker"),
scratch.folder,
file,
clustering.output,
geneList,
separator,
finalName,
pvalueFile,
threshold
)
a character string. Two options: sudo or docker, depending to which group the user belongs
a character string indicating the path of the scratch folder
a character string indicating the path of the count matrix
a character string indicating the path of the clustering.output matrix
a character string indicating the path of the geneList matrix (no header, no row names)
separator used in count file, e.g. '\t', ','
name used for plot.
name for pvalue file.
threshold value.
plot
if (FALSE) {
dir.create("scratch")
geneVisualization2(group="docker", scratch.folder="/scratch", file="/example/log2cpm.csv",clustering.output="/example/log2cpm_fake_clustering.output.csv",geneList="/example/geneList2.csv",separator=",",finalName="yo",pvalueFile="/example/log2cpmfisher.csv",threshold=0.05)
}