Rvisdiff

Creates interactive graphs with 'R' for most popular differential expression methods

https://github.com/bioinfousal/rvisdiff

Science Score: 10.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
  • 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 (6.5%) to scientific vocabulary

Keywords from Contributors

bioconductor-package genomics
Last synced: 10 months ago · JSON representation

Repository

Creates interactive graphs with 'R' for most popular differential expression methods

Basic Info
  • Host: GitHub
  • Owner: BioinfoUSAL
  • Language: JavaScript
  • Default Branch: devel
  • Size: 636 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

Rvisdiff

Rvisdiff is an R/Bioconductor package which generates an interactive interface for the interpretation of differential analysis tests results. It generates a local Web page which enables the exploration of statistical analysis results with the generation of auto-analytical visualizations. The package supports as input the output of popular differential expression packages such as DESeq2, EdgeR and limma.

Install

```r

installing from bioconductor

if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("Rvisdiff")

installing from github

library(devtools) install_github('BioinfoUSAL/Rvisdiff') ```

Usage

```r

Load example data

library("airway") data("airway") se <- airway se$dex <- relevel(se$dex, ref="untrt") countdata <- assay(se)

Differential expression analysis

library("DESeq2") dds <- DESeqDataSet(se, design = ~ cell + dex) dds <- DESeq(dds) dr <- results(dds, independentFiltering = FALSE)

Rvisdiff report generation

library("Rvisdiff") DEreport(dr, countdata, se$dex) ```

web interface

Owner

  • Name: BioinfoUSAL
  • Login: BioinfoUSAL
  • Kind: user
  • Location: Salamanca
  • Company: University of Salamanca

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1

Committers

Last synced: 10 months ago

All Time
  • Total Commits: 19
  • Total Committers: 3
  • Avg Commits per committer: 6.333
  • Development Distribution Score (DDS): 0.211
Past Year
  • Commits: 2
  • Committers: 1
  • Avg Commits per committer: 2.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
BioinfoUSAL b****o@u****s 15
J Wokaty j****y@s****u 2
J Wokaty j****y@u****m 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 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 4,309 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 4
  • Total maintainers: 1
bioconductor.org: Rvisdiff

Interactive Graphs for Differential Expression

  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 4,309 Total
Rankings
Dependent repos count: 0.0%
Forks count: 30.1%
Dependent packages count: 31.7%
Stargazers count: 36.9%
Average: 39.5%
Downloads: 98.6%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • R >= 4.3.0 depends
  • edgeR * imports
  • utils * imports
  • BiocManager * suggests
  • BiocStyle * suggests
  • DESeq2 * suggests
  • SummarizedExperiment * suggests
  • airway * suggests
  • knitr * suggests
  • limma * suggests
  • matrixTests * suggests
  • rmarkdown * suggests