pliu55 / pram

An R/Bioconductor package to predict intergenic transcript models from RNA-seq

Home Page:https://bioconductor.org/packages/pram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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ş. Genome Research 2020. 30:1655-1666

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.

About

An R/Bioconductor package to predict intergenic transcript models from RNA-seq

https://bioconductor.org/packages/pram


Languages

Language:R 100.0%