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 5 DOI reference(s) in README -
✓Academic publication links
Links to: biorxiv.org, science.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.2%) to scientific vocabulary
Keywords
annotation
genomics
rna-seq
transcriptomics
Last synced: 6 months ago
·
JSON representation
Repository
Optimising Definitions of Expressed Regions
Basic Info
- Host: GitHub
- Owner: eolagbaju
- Language: R
- Default Branch: master
- Homepage: https://eolagbaju.github.io/ODER/
- Size: 15 MB
Statistics
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
annotation
genomics
rna-seq
transcriptomics
Created almost 5 years ago
· Last pushed over 4 years ago
https://github.com/eolagbaju/ODER/blob/master/
# ODER
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://bioconductor.org/checkResults/release/bioc-LATEST/ODER)
[](https://github.com/eolagbaju/ODER/actions)
[](https://codecov.io/gh/eolagbaju/ODER?branch=master)
The goal of `ODER` is to **O**ptimise the **D**efinition of
**E**xpressed **R**egions. `ODER` is a packaged form of the method
developed in the Zhang et al.2020 publication: [Incomplete annotation
has a disproportionate impact on our understanding of Mendelian and
complex neurogenetic
disorders](https://www.science.org/doi/10.1126/sciadv.aay8299). For a
more detailed explanation of using `ODER`, please see the
[vignette](https://eolagbaju.github.io/ODER/articles/ODERflow.html). For
more explanation of the methodology behind `ODER`, see the mehtods
section of the [original
publication](https://www.science.org/doi/10.1126/sciadv.aay8299).
## Installation instructions
Get the latest stable `R` release from
[CRAN](http://cran.r-project.org/). Then install `ODER` using from
[Bioconductor](http://bioconductor.org/) the following code:
``` r
if (!requireNamespace("BiocManager", quietly = TRUE)) {
install.packages("BiocManager")
}
BiocManager::install("ODER")
```
And the development version from
[GitHub](https://github.com/eolagbaju/ODER) with:
``` r
BiocManager::install("eolagbaju/ODER")
```
## Citation
Below is the citation output from using `citation('ODER')` in R. Please
run this yourself to check for any updates on how to cite **ODER**.
``` r
message(citation("ODER"), bibtex = TRUE)
#> list(title = "Optimising the Definition of Expressed Regions", author = list(list(given = NULL, family = "eolagbaju", role = NULL, email = NULL, comment = NULL)), year = "2021", url = "http://www.bioconductor.org/packages/ODER", note = "https://github.com/eolagbaju/ODER/ODER - R package version 0.99.31", doi = "10.18129/B9.bioc.ODER")list(title = "Optimising the Definition of Expressed Regions", author = list(list(given = NULL, family = "eolagbaju", role = NULL, email = NULL, comment = NULL)), year = "2021", journal = "bioRxiv", doi = "10.1101/TODO", url = "https://www.biorxiv.org/content/10.1101/TODO")TRUE
```
Please note that the `ODER` was only made possible thanks to many other
R and bioinformatics software authors, which are cited either in the
vignettes and/or the paper(s) describing this package.
## Code of Conduct
Please note that the `ODER` project is released with a [Contributor Code
of Conduct](http://bioconductor.org/about/code-of-conduct/). By
contributing to this project, you agree to abide by its terms.
## Development tools
- Continuous code testing is possible thanks to [GitHub
actions](https://www.tidyverse.org/blog/2020/04/usethis-1-6-0/)
through *[usethis](https://CRAN.R-project.org/package=usethis)*,
*[remotes](https://CRAN.R-project.org/package=remotes)*, and
*[rcmdcheck](https://CRAN.R-project.org/package=rcmdcheck)*
customized to use [Bioconductors docker
containers](https://www.bioconductor.org/help/docker/) and
*[BiocCheck](https://bioconductor.org/packages/3.14/BiocCheck)*.
- Code coverage assessment is possible thanks to
[codecov](https://codecov.io/gh) and
*[covr](https://CRAN.R-project.org/package=covr)*.
- The [documentation website](http://eolagbaju.github.io/ODER) is
automatically updated thanks to
*[pkgdown](https://CRAN.R-project.org/package=pkgdown)*.
- The code is styled automatically thanks to
*[styler](https://CRAN.R-project.org/package=styler)*.
- The documentation is formatted thanks to
*[devtools](https://CRAN.R-project.org/package=devtools)* and
*[roxygen2](https://CRAN.R-project.org/package=roxygen2)*.
For more details, check the `dev` directory.
This package was developed using
*[biocthis](https://bioconductor.org/packages/3.14/biocthis)*.
Owner
- Login: eolagbaju
- Kind: user
- Repositories: 1
- Profile: https://github.com/eolagbaju
GitHub Events
Total
Last Year
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| eolagbaju | e****u@g****m | 247 |
| David Zhang | d****2@g****m | 31 |
Packages
- Total packages: 1
-
Total downloads:
- bioconductor 1,013 total
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
bioconductor.org: ODER
Optimising the Definition of Expressed Regions
- Homepage: https://github.com/eolagbaju/ODER
- Documentation: https://bioconductor.org/packages/release/bioc/vignettes/ODER/inst/doc/ODER.pdf
- License: Artistic-2.0
- Status: removed
-
Latest release: 1.6.0
published over 2 years ago
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 31.1%
Downloads: 93.2%
Maintainers (1)
Last synced:
11 months ago
Dependencies
.github/workflows/check-bioc.yml
actions
- actions/cache v2 composite
- actions/checkout v2 composite
- actions/upload-artifact master composite
- docker/build-push-action v1 composite
- r-lib/actions/setup-pandoc master composite
- r-lib/actions/setup-r master composite
DESCRIPTION
cran
- R >= 4.1 depends
- BiocFileCache * imports
- BiocGenerics * imports
- GenomeInfoDb * imports
- GenomicRanges * imports
- IRanges * imports
- S4Vectors * imports
- dasper * imports
- data.table * imports
- derfinder * imports
- dplyr * imports
- ggplot2 * imports
- ggpubr * imports
- ggrepel * imports
- magrittr * imports
- megadepth * imports
- methods * imports
- plyr * imports
- purrr * imports
- rtracklayer * imports
- stringr * imports
- tibble * imports
- utils * imports
- BiocStyle * suggests
- GenomicFeatures * suggests
- RefManageR * suggests
- SummarizedExperiment * suggests
- covr * suggests
- knitr * suggests
- recount * suggests
- rmarkdown * suggests
- sessioninfo * suggests
- testthat >= 3.0.0 suggests
- xfun * suggests