Export plot functions

This commit is contained in:
Elias Projahn 2022-11-30 15:27:00 +01:00
parent a6f0a64c2c
commit 2f24812c90
5 changed files with 71 additions and 3 deletions

19
man/box_plot.Rd Normal file
View file

@ -0,0 +1,19 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/plots.R
\name{box_plot}
\alias{box_plot}
\title{Create a plot comparing some genes with the overall ranking.}
\usage{
box_plot(ranked_data, highlighted_genes)
}
\arguments{
\item{ranked_data}{The ranking to visualize.}
\item{highlighted_genes}{Genes that will be compared.}
}
\value{
A \code{plotly} figure.
}
\description{
Create a plot comparing some genes with the overall ranking.
}