#' 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.