geneVisualizationSpatial.Rd
This function executes a ubuntu docker that performs geneVisualization
geneVisualizationSpatial(
group = c("sudo", "docker"),
scratch.folder,
file,
tissuePosition,
geneList,
separator,
finalName
)
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 tissuePosition 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.
plot
if (FALSE) {
dir.create("scratch")
geneVisualization(group=c("sudo"), scratch.folder=paste(getwd(),"/scratch",sep=""), file=paste(getwd(),"/setA.csv",sep=""),tissuePosition=paste(getwd(),"/setA_tissuePosition.csv",sep=""),geneList=paste(getwd(),"/geneList.csv",sep=""),separator=",",finalName="Lista1")
}