knitr::opts_chunk$set(tidy = FALSE,
                      warning = FALSE,
                      message = FALSE)

Introduction

RNASeqRData is a helper package for vignette in RNASeqR software package. This vignette shows the criteria of input_files and extraction process of mini example data.

input_files criteria

input.path.prefix is the parameter that stores the directory location of 'input_files/'. Users have to prepare an 'input_file/' before running RNASeqR package workflow. The criteria of 'input_file/' are listed below:

library(png)
library(grid)
img <- readPNG("./input_files_structure.png")
grid.raster(img, just = "center")

Sample definition

The data in this experiment data package is originated from NCBI's Sequence Read Archive for the entries SRR3396381, SRR3396382, SRR3396384, SRR3396385, SRR3396386, and SRR3396387. These samples were from Saccharomyces cerevisiae. To create mini data for demonstration purpose, reads aligned to the region from 0 to 100000 at chromosome XV were extracted. More details steps will be explained in the next chapter. Reference genome and gene annotation files, Saccharomyces_cerevisiae_XV_Ensembl.fa and Saccharomyces_cerevisiae_XV_Ensembl.gtf, are downloaded from iGenomes, Ensembl, R64-1-1.

Sample data preparation process

Finally, mini data in this RNASeqRData package are created.

Session Information

sessionInfo()


HowardChao/RNASeqWorkflowData documentation built on May 6, 2019, 7:05 p.m.