mirror of
https://github.com/johrpan/ubigen.git
synced 2025-10-26 19:57:24 +01:00
Export plot functions
This commit is contained in:
parent
a6f0a64c2c
commit
2f24812c90
5 changed files with 71 additions and 3 deletions
19
man/box_plot.Rd
Normal file
19
man/box_plot.Rd
Normal 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.
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue