https://github.com/bioconductor-source/vidger
Science Score: 13.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
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (17.4%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: bioconductor-source
- License: gpl-3.0
- Language: R
- Default Branch: devel
- Size: 6.51 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed over 1 year ago
Metadata Files
Readme
Changelog
License
README.Rmd
---
output: github_document
---
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-"
)
```
# ViDGER
[](https://travis-ci.org/btmonier/vidger)
[](https://codecov.io/gh/btmonier/vidger)
[](https://bioconductor.org/packages/stats/bioc/vidger/)
[](https://bioconductor.org/packages/release/bioc/html/vidger.html#archives)
## Overview
ViDGER (**Vi**sualization of **D**ifferential **G**ene **E**xpression
using **R**), is an `R` package that can rapidly generate information-rich
visualizations for the interpretation of differential gene expression
results from three widely-used tools: `Cuffdiff`, `DESeq2`, and `edgeR`.
## Installation
The stable version of this package is available on
[Bioconductor](http://bioconductor.org/packages/release/bioc/html/vidger.html)
. You can install it by:
```{r, eval=FALSE}
if (!require("BiocManager")) install.packages("BiocManager")
BiocManager::install("vidger")
```
If you want the latest version, install it directly from this GitHub repo:
```{r, eval=FALSE}
if (!require("devtools")) install.packages("devtools")
devtools::install_github("btmonier/vidger", ref = "devel")
```
## Functions
The stable release of `vidger` has 9 visualization functions:
* `vsScatterPlot()`
* `vsScatterMatrix()`
* `vsBoxplot()`
* `vsDEGMatrix()`
* `vsVolcano()`
* `vsVolcanoMatrix()`
* `vsMAPlot()`
* `vsMAMatrix()`
* `vsFourWay()`
## Loading test data
To simulate the usage of the three aformentioned tools, "toy" data sets have
been implemented in this package. Each of these data sets represents their
respective `R` class:
* `df.cuff` A `cuffdiff` output file.
* `df.deseq` A `DESeq2` object class.
* `df.edger` An `edgeR` object class.
To load these data sets, use the following command:
```{r, eval=FALSE}
data("")
```
...where `""` is one of the previously mentioned data sets.
## Getting help
For additional information on these functions, please see the given
documentation in the `vidger` package by adding the `?` help operator before
any of the given functions in this package or by using the `help()` function.
For a more in-depth analysis, consider reading the vignette provided with this
package:
```{r, eval=FALSE}
vignette("vidger")
```
- - -
*Last updated:* `r format(Sys.Date())`
Owner
- Name: (WIP DEV) Bioconductor Packages
- Login: bioconductor-source
- Kind: organization
- Email: maintainer@bioconductor.org
- Website: https://bioconductor.org
- Repositories: 1
- Profile: https://github.com/bioconductor-source
Source code for packages accepted into Bioconductor
GitHub Events
Total
Last Year
Dependencies
DESCRIPTION
cran
- R >= 3.5 depends
- Biobase * imports
- DESeq2 * imports
- GGally * imports
- RColorBrewer * imports
- SummarizedExperiment * imports
- edgeR * imports
- ggplot2 * imports
- ggrepel * imports
- knitr * imports
- rmarkdown * imports
- scales * imports
- stats * imports
- tidyr * imports
- utils * imports
- BiocStyle * suggests
- testthat * suggests