R/schex.R

#' schex: A package for plotting hexbin plots for single cell omics data.
#'
#' Builds hexbin plots for variables and dimension reduction stored
#' single cell omics data such as SingleCellExperiment and SeuratObject. The
#' ideas used in this package are based on the excellent work of Dan Carr,
#' Nicholas Lewin-Koh, Martin Maechler and Thomas Lumley.
#'
#' @docType package
#' @name schex
#' @details Please see the help pages listed below:
#'    \itemize{
#'       \item{\code{\link{make_hexbin}}}
#'       \item{\code{\link{plot_hexbin_feature}}}
#'       \item{\code{\link{plot_hexbin_meta}}}
#'    }
#'
#'  Also see the vignettes for more usage examples.
#'
#'  Please report issues and suggest improvements at Github:
#'
#'  \url{https://github.com/SaskiaFreytag/schex}
NULL

Try the schex package in your browser

Any scripts or data that you put into this service are public.

schex documentation built on Nov. 8, 2020, 5:56 p.m.