pram

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

https://github.com/pliu55/pram

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
    1 of 3 committers (33.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.0%) to scientific vocabulary

Keywords

bioconductor-package genome-annotation r-package rna-seq transcript-model
Last synced: 9 months ago · JSON representation

Repository

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

Basic Info
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
bioconductor-package genome-annotation r-package rna-seq transcript-model
Created about 9 years ago · Last pushed about 2 years ago
Metadata Files
Readme

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:

r devtools::install_github('pliu55/pram')

From Bioconductor

Start R and enter:

r 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.

Owner

  • Name: Peng Liu
  • Login: pliu55
  • Kind: user
  • Company: UW-Madison

GitHub Events

Total
Last Year

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 454
  • Total Committers: 3
  • Avg Commits per committer: 151.333
  • Development Distribution Score (DDS): 0.024
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Peng Liu p****5@w****u 443
Peng Liu p****5 9
Nitesh Turaga n****a@g****m 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • bioconductor 9,796 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 5
  • Total maintainers: 1
bioconductor.org: pram

Pooling RNA-seq datasets for assembling transcript models

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 9,796 Total
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 24.7%
Downloads: 74.0%
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.6 depends
  • BiocGenerics imports
  • BiocParallel * imports
  • GenomeInfoDb imports
  • GenomicAlignments >= 1.16.0 imports
  • GenomicRanges imports
  • IRanges imports
  • Rsamtools imports
  • S4Vectors imports
  • data.table imports
  • methods * imports
  • rtracklayer imports
  • tools * imports
  • utils * imports
  • BiocStyle * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • testthat * suggests