Project Status: Active – The project has reached a stable, usable state and is being actively developed. Build Status codecov


minimal R version CRAN_Status_Badge packageversion


Last-changedate

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)
devtools::load_all("~/Desktop/atacr")

atacR

Helps with the analysis of count data from RNA-capture-seq and ATAC-capture-seq experiments. Using BioConductor RangedSummarizedExperiment objects, atacr implements a set of helper functions and quality control plots specific to the analysis of counts of reads in windows across genomes. Especially, atacr is useful for performing sample normalizations and for easily running bootstrap and Bayes factor tests for differentially accessible windows in common reference designs.

Installation

You can install atacR from github with:

# install.packages("devtools")
devtools::install_github("TeamMacLean/atacr")

Documentation

You can read documentation on the following topics

  1. Tutorial - A worked example
  2. atacR - General Overview
  3. Loading Data
  4. Summaries of Data
  5. Normalising Data
  6. Differential Windows
  7. Subsetting Data

Quick start:

library(atacr)
summary(sim_counts)
plot(sim_counts)


TeamMacLean/atacr documentation built on May 9, 2019, 4:24 p.m.