R/guide.R

#' Guide dataframe for plotting smoothed sortSeq data
#'
#' Guide dataframe for plotting smoothed sortSeq data
#'
#' @encoding UTF-8
#'
#' @docType data
#'
#' @usage data(guide)
#'
#' @format Dataframe with 2 rows and 6 variables:
#'
#'		\describe{
#'			\item{order}{Order to plot data in}
#'			\item{name.rep}{Name of replicating sample}
#'			\item{name.nonRep}{Name of non-replicating sample}
#'			\item{raw}{Should raw data be plotted?}
#'			\item{smooth}{Should smooth data be plotted?}
#'			\item{color}{Color to plot the profile in}
#'		}
#'
#' @keywords datasets sortSeq replication
#'
#' @examples
#' data(guide)
"guide"
DzmitryGB/Repliscope documentation built on Dec. 5, 2019, 3:16 a.m.