Skip to content
Permalink
5ac1047c66
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
25 lines (21 sloc) 1.11 KB
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/i2dash.R
\name{geneview_to_i2dash}
\alias{geneview_to_i2dash}
\title{Prepare a geneview to be rendered with the i2dash package.}
\usage{
geneview_to_i2dash(object, countTable, group_by, title = NULL, ...)
}
\arguments{
\item{object}{A \linkS4class{i2dash::i2dashboard} object.}
\item{countTable}{A matrix with features as rows and observations as columns. The rownames and columnnames should be provided and are used in buiding the heatmap.}
\item{group_by}{A vector with values or a named list will be mapped to the y-axis. In case of a named list, a dropdown menu will be provided in the interactive mode. Note: The length of vectors x and y should be the same as well as the length of all vectors in case of a named list.}
\item{title}{(Optional) The title of the components chunk.}
\item{...}{Further parameters which are compatible with wilsons create_geneview() method. See \code{\link{create_geneview}}.}
}
\value{
A string containing markdown code for the rendered textbox
}
\description{
Prepare a geneview to be rendered with the i2dash package.
}