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

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

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 (7.2%) 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: 4.58 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 Contributing License

README.md

Travis build status AppVeyor build status Codecov test coverage

target

Predict Combined Function of Transcription Factors

Implement the BETA algorithm for infering direct target genes from DNA-binding and perturbation expression data Wang et al. (2013). Extend the algorithm to predict the combined function of two DNA-binding elements from comprable binding and expression data.

Installation

The target package can be installed from Bioconductor using BiocManager.

{r install_biocmanager,eval=FALSE} if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("target")

Citation

For citing the package use:

```{r citation, warning=FALSE}

citing the package

citation("target")

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
  • R >= 3.6 depends
  • BiocGenerics * imports
  • GenomicRanges * imports
  • IRanges * imports
  • graphics * imports
  • matrixStats * imports
  • methods * imports
  • shiny * imports
  • stats * imports
  • covr * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • shinyBS * suggests
  • shinytest * suggests
  • testthat >= 2.1.0 suggests