R/drawYpath.R

#' drawYpath
#'
#' This package contains a shiny app that allow the user to draw path on a plot thanks to plotly.
#' Then, it finds the points next to this path and plot a heatmap of those points.
#' This app can be useful when the user want to find its own trajectories, to keep a more biological view
#' than just  use an algorithm.
#'
#' @docType package
#'
#' @author Marc-Antoine GERAULT \email{marco.gerault@gmail.com}
#'
#' @name drawYpath
#'
#' @import ggplot2
#' @import plotly
#' @import stringr
#' @importFrom stats dist spline
NULL
mgerault/drawYpath documentation built on July 14, 2022, 10:28 a.m.