Skip to content
Permalink
3fcdd3ab97
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
20 lines (17 sloc) 491 Bytes
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/helper_functions.R
\name{plot_den}
\alias{plot_den}
\title{SImple Density Plots}
\usage{
plot_den(data, gene, index = NULL, log = FALSE, ...)
}
\arguments{
\item{data}{SummarizedExperiment or matrix like object}
\item{gene}{- name or index of gene (row)}
\item{index}{Integer - assay index of SummarizedExperiment}
\item{log}{Logical - if data should be log transformed}
}
\description{
SImple Density Plots
}