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
22
man/scores_plot.Rd
Normal file
22
man/scores_plot.Rd
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/plots.R
|
||||
\name{scores_plot}
|
||||
\alias{scores_plot}
|
||||
\title{Create plot showing the distribution of scores using \code{plotly}.}
|
||||
\usage{
|
||||
scores_plot(ranked_data, highlighted_genes = NULL, ranks = 1000)
|
||||
}
|
||||
\arguments{
|
||||
\item{ranked_data}{Data on genes with precomputed ranks.}
|
||||
|
||||
\item{highlighted_genes}{Genes that will be marked.}
|
||||
|
||||
\item{ranks}{How may ranks the x-axis should include. If this parameter is
|
||||
\code{NULL}, all ranks will be shown.}
|
||||
}
|
||||
\value{
|
||||
A \code{plotly} figure for rendering.
|
||||
}
|
||||
\description{
|
||||
Create plot showing the distribution of scores using \code{plotly}.
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue