https://github.com/bioconductor-source/rcas

https://github.com/bioconductor-source/rcas

Science Score: 36.0%

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

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: ncbi.nlm.nih.gov
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.6%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: bioconductor-source
  • Language: R
  • Default Branch: devel
  • Size: 12.5 MB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme

README.md

RCAS project

Build Status codecov.io

Introduction

RCAS is an R/Bioconductor package designed as a generic reporting tool for the functional analysis of transcriptome-wide regions of interest detected by high-throughput experiments. Such transcriptomic regions could be, for instance, signal peaks detected by CLIP-Seq analysis for protein-RNA interaction sites, RNA modification sites (alias the epitranscriptome), CAGE-tag locations, or any other collection of query regions at the level of the transcriptome. RCAS produces in-depth annotation summaries and coverage profiles based on the distribution of the query regions with respect to transcript features (exons, introns, 5’/3’ UTR regions, exon-intron boundaries, promoter regions). Moreover, RCAS can carry out functional enrichment analyses and discriminative motif discovery. RCAS supports all genome versions that are available in BSgenome::available.genomes

installation:

Installing from Bioconductor

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

BiocManager::install('RCAS')

Installing the development version from Github

library('devtools') devtools::install_github('BIMSBbioinfo/RCAS')

Installing via Bioconda channel

conda install bioconductor-rcas -c bioconda

Installing via Guix

guix package -i r r-rcas

usage:

Package vignettes and reference manual

For detailed instructions on how to use RCAS, please see: - package vignette for single sample analysis - package vignette for multi-sample analysis - reference manual for more information about the detailed functions available in RCAS.

Use cases from published RNA-based omics datasets

Multi-sample analysis use case

Single Sample Analysis Use Cases

Citation

In order to cite RCAS, please use:

Bora Uyar, Dilmurat Yusuf, Ricardo Wurmus, Nikolaus Rajewsky, Uwe Ohler, Altuna Akalin; RCAS: an RNA centric annotation system for transcriptome-wide regions of interest. Nucleic Acids Res 2017 gkx120. doi: 10.1093/nar/gkx120

See our publication here.

Acknowledgements

RCAS is developed in the group of Altuna Akalin (head of the Scientific Bioinformatics Platform) by Bora Uyar (Bioinformatics Scientist), Dilmurat Yusuf (Bioinformatics Scientist) and Ricardo Wurmus (System Administrator) at the Berlin Institute of Medical Systems Biology (BIMSB) at the Max-Delbrueck-Center for Molecular Medicine (MDC) in Berlin.

RCAS is developed as a bioinformatics service as part of the RNA Bioinformatics Center, which is one of the eight centers of the German Network for Bioinformatics Infrastructure (de.NBI).

Owner

  • Name: (WIP DEV) Bioconductor Packages
  • Login: bioconductor-source
  • Kind: organization
  • Email: maintainer@bioconductor.org

Source code for packages accepted into Bioconductor

GitHub Events

Total
Last Year

Dependencies

DESCRIPTION cran
  • DT >= 0.2 depends
  • R >= 3.3.0 depends
  • data.table * depends
  • plotly >= 4.5.2 depends
  • BSgenome * imports
  • BSgenome.Hsapiens.UCSC.hg19 * imports
  • BiocGenerics * imports
  • Biostrings * imports
  • GenomeInfoDb >= 1.12.0 imports
  • GenomicFeatures * imports
  • GenomicRanges * imports
  • IRanges * imports
  • RSQLite * imports
  • S4Vectors * imports
  • cowplot * imports
  • genomation >= 1.5.5 imports
  • ggplot2 * imports
  • gprofiler2 * imports
  • knitr >= 1.12.3 imports
  • pbapply * imports
  • pheatmap * imports
  • plotrix * imports
  • proxy * imports
  • ranger * imports
  • rmarkdown >= 0.9.5 imports
  • rtracklayer * imports
  • seqLogo * imports
  • txdbmaker * imports
  • utils * imports
  • BiocManager * suggests
  • covr * suggests
  • testthat * suggests