https://github.com/ctlab/phantasus
Raw File
Tip revision: 463a753148a0bf9e992b604f3fff056212f9536c authored by Alexey Sergushichev on 22 July 2018, 11:29:49 UTC
Timelimit for JS
Tip revision: 463a753
gseaPlot.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/gseaPlot.R
\name{gseaPlot}
\alias{gseaPlot}
\title{Returns path to an svg file with enrichment plot}
\usage{
gseaPlot(fData, fvarLabels, rankBy, selectedGenes, width, height)
}
\arguments{
\item{fData}{list of annotation columns}

\item{fvarLabels}{vector of column names}

\item{rankBy}{name of the numeric column used for gene ranking}

\item{selectedGenes}{indexes of selected genes (starting from one, in the order of fData)}

\item{width}{width of the image (in inches)}

\item{height}{height of the image (in inches)}
}
\value{
path to an svg file
}
\description{
Returns path to an svg file with enrichment plot
}
back to top