README.md

"Perturbations of PIP3 signalling trigger a global remodelling of mRNA landscape and reveal a transcriptional feedback loop"

Supplementary R package

Allows one to use and fully reproduce data presented in the corresponding paper.

Installation

To install this package in your R and get all the data used in the paper:

install.packages("devtools")
devtools::install_github("wikiselev/rnaseq.mcf10a")

Please allow some time for installation since the package size is over 200 MB (because of the data included).

Once the package is installed add it to your R environment:

library(rnaseq.mcf10a)

Included data objects

To list all data objects used in the paper execute:

lazyLoad(paste0(system.file(package = "rnaseq.mcf10a"), "/data/Rdata"))
objects()

There are 119 objects in the package. Summary of the objects:

One can view, export or manipulate with any object for further investigation.

Reproduce the paper results

Scripts

Create a local folder reproduce. In this folder create a subfolder reproduce/data-raw and download all processing scripts into it from here.

Data

In reproduce folder create a new subfolder reproduce/inst. Then copy the folder paste0(system.file(package = "rnaseq.mcf10a"), "/extdata") to reproduce/inst/. Now reproduce/inst/extdata contains all raw data sets required for reproduction (there are also some more supplementary data sets).

Run

Once the scripts and the data are organised, from the root of reproduce folder run:

source("data-raw/main.R")

It will take a lot of time to finish. To run step by step follow lines in data-raw/main.R

Requirements for data reproduction

  1. The data has been successfully reproduced on the following system:
R version 3.1.3 (2015-03-09)
Platform: x86_64-apple-darwin10.8.0 (64-bit)
Running under: OS X 10.10.3 (Yosemite)
  1. Also the following versions (different from the latest release) of some of the packages are required to fully reproduce the results (binary files can be downloaded at the bottom of each page):

External sources

  1. Submitted manuscript (accessible only by collaborators).
  2. Interactive gene expression profiles (source files of this Shiny app can be viewed here).
  3. ISMARA report can be viewed here.


wikiselev/rnaseq.mcf10a documentation built on May 4, 2019, 5:25 a.m.