Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
28cc11e921
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
28 lines (23 sloc) 1.27 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, compId = NULL,
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{compId}{(Optional) The component ID provided through add_component and used for linking components together.}
\item{title}{(Optional) The title of the components chunk.}
\item{(...)}{Further parameters which are compatible with wilsons create_scatterplot() method. See \code{\link[wilson::create_scatterplot()]{wilson}}.}
}
\value{
A string containing markdown code for the rendered textbox
}
\description{
Prepare a geneview to be rendered with the i2dash package.
}