#' Comparative dynamics analysis at a read level bewteen NGS nucleosome
#' coverage maps.
#'
#' Nucleosome Dynamics allows detection of changes in the positions of
#' nucleosomes at single read level between two reference nucleosome maps.
#' Changes include shifts (displacements), indels (insertions/deletions) of the
#' existing reads in initial state to match the reference final state.
#'
#' \tabular{ll}{
#' Package: \tab NucDyn \cr
#' Type: \tab Package \cr
#' Version: \tab 0.1 \cr
#' Date: \tab 2014-08-19 \cr
#' License: \tab BSD_2_clause \cr
#' }
#'
#' @name NucDyn-package
#' @aliases NucDyn-package
#' @docType package
#' @author Ricard Illa, Maintainer: Diana Buitrago <diana.buitrago@@irbbarcelona.org>
#'
#' @importFrom methods new
#' @useDynLib NucDyn
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.