geneVisualizationSpatial: GeneVisualization

View source: R/geneVisualizationSpatial.R

geneVisualizationSpatialR Documentation

GeneVisualization

Description

This function executes a ubuntu docker that performs geneVisualization

Usage

geneVisualizationSpatial(
  group = c("sudo", "docker"),
  scratch.folder,
  file,
  tissuePosition,
  geneList,
  separator,
  finalName
)

Arguments

group

a character string. Two options: sudo or docker, depending to which group the user belongs

scratch.folder

a character string indicating the path of the scratch folder

file

a character string indicating the path of the count matrix

tissuePosition

a character string indicating the path of the tissuePosition matrix

geneList

a character string indicating the path of the geneList matrix (no header, no row names)

separator

separator used in count file, e.g. '\t', ','

finalName

name used for plot.

Value

plot

Author(s)

Luca Alessandri, alessandri [dot] luca1991 [at] gmail [dot] com, University of Torino

Examples

## Not run: 
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")

## End(Not run)

kendomaniac/rCASC documentation built on July 3, 2024, 6:05 a.m.