nanotubes: CAGE data from mouse nanotube experiment

Description Usage Format Source Examples

Description

Overview of the mouse nanotube CAGE experiment by Bornholdt et al. This experiment involved exposing mice to carbon nanotubes and performing Cap Analysis of Gene Expression (CAGE) on lung biopsies. The resulting CAGE Transcription Start Sites (CTSSs), the number of CAGE tag 5'-ends mapping to each genomic position, are supplied as BigWig-files (on mm9).

Usage

1

Format

Study design as a data.frame:

Class

Experimential group (factor): Ctrl (Untreated) or Nano (Treated with nanotubes)

Name

Name of sample

BigWigPlus

BigWig-file holding plus-strand CTSSs

BigWigPlus

BigWig-file holding plus-strand CTSSs

Source

https://pubs.acs.org/doi/10.1021/acsnano.6b07533

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
# BigWig import is only supported on non-windows platforms:
if (.Platform$OS.type != "windows") {
    library(GenomicRanges)
    library(rtracklayer)
    data(nanotubes)
    bw_path <- system.file("extdata",
                           nanotubes$BigWigMinus[1],
                           package="nanotubes",
                           mustWork = TRUE)
import(bw_path)
}

MalteThodberg/nanotubes documentation built on May 23, 2019, 3:03 a.m.