README.md

Build Status bioc

PRAM: Pooling RNA-seq and Assembling Models

Table of Contents

Introduction

Pooling RNA-seq and Assembling Models (PRAM) is an Bioconductor R package that utilizes multiple RNA-seq datasets to predict transcript models. The workflow of PRAM contains four steps, which is shown in the figure below with function names and associated key parameters. PRAM has a vignette that describes each function in details.

Installation

From GitHub

Start R and enter:

devtools::install_github('pliu55/pram')

From Bioconductor

Start R and enter:

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install("pram")

Reference

PRAM: a novel pooling approach for discovering intergenic transcripts from large-scale RNA sequencing experiments. Peng Liu, Alexandra A. Soukup, Emery H. Bresnick, Colin N. Dewey, and Sündüz Keleş. bioRxiv, 2019. doi: https://doi.org/10.1101/636282

For key results reported in the PRAM manuscript and scripts for reproducibility, please check out this GitHub repository.

Contact

Got a question? Please report it at the issues tab in this repository.

License

PRAM is licensed under the GNU General Public License v3.



Try the pram package in your browser

Any scripts or data that you put into this service are public.

pram documentation built on Nov. 8, 2020, 11:08 p.m.