cTRAP
Identification of candidate causal perturbations from differential gene expression data
Science Score: 49.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
Found .zenodo.json file -
✓DOI references
Found 2 DOI reference(s) in README -
○Academic publication links
-
✓Committers with academic emails
1 of 4 committers (25.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.8%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Identification of candidate causal perturbations from differential gene expression data
Basic Info
- Host: GitHub
- Owner: nuno-agostinho
- License: other
- Language: R
- Default Branch: devel
- Homepage: https://nuno-agostinho.github.io/cTRAP
- Size: 480 MB
Statistics
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 4
- Releases: 12
Topics
Metadata Files
README.md
cTRAP
cTRAP is an R package designed to compare differential gene
expression results with those from known cellular perturbations (such as gene
knock-down, overexpression or small molecules) derived from the
Connectivity Map (Subramanian et al., Cell 2017).
Such analyses allow not only to infer the molecular causes of the observed
difference in gene expression but also to identify small molecules that could
drive or revert specific transcriptomic alterations.
Installing
Bioconductor
cTRAP is available in Bioconductor and can be installed with:
r
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("cTRAP")
GitHub
cTRAP can also be installed from GitHub instead:
r
install.packages("remotes")
remotes::install_github("nuno-agostinho/cTRAP")
Docker
The Docker images are based on Bioconductor Docker and contain cTRAP and its dependencies.
- Pull the latest Docker image:
docker pull ghcr.io/nuno-agostinho/ctrap:latest
- Start RStudio Web from the Docker image:
docker run -e PASSWORD=bioc -p 8787:8787 ghcr.io/nuno-agostinho/ctrap:latest
- Go to RStudio Web via your web browser at https://localhost:8787
- Login in RStudio Web with user
rstudioand passwordbioc - Load the package in RStudio Web using
library(cTRAP)
Owner
- Name: Nuno Agostinho
- Login: nuno-agostinho
- Kind: user
- Location: Cambridge, United Kingdom
- Company: European Bioinformatics Institute | EMBL-EBI
- Website: linkedin.com/in/nunoagostinho
- Twitter: nunoagostinho_
- Repositories: 48
- Profile: https://github.com/nuno-agostinho
Molecular Biologist & Computer Scientist 🧬👨🏻💻 Scientific Programmer at EMBL-EBI
GitHub Events
Total
- Watch event: 2
- Delete event: 1
- Push event: 32
- Pull request review event: 1
- Pull request event: 2
- Create event: 1
Last Year
- Watch event: 2
- Delete event: 1
- Push event: 32
- Pull request review event: 1
- Pull request event: 2
- Create event: 1
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Nuno Agostinho | n****o@g****m | 332 |
| Nuno Agostinho | n****o@e****k | 5 |
| Unknown | u****n@e****m | 2 |
| github-actions | g****s@g****m | 2 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
Packages
- Total packages: 1
-
Total downloads:
- bioconductor 11,769 total
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 6
- Total maintainers: 1
bioconductor.org: cTRAP
Identification of candidate causal perturbations from differential gene expression data
- Homepage: https://nuno-agostinho.github.io/cTRAP https://github.com/nuno-agostinho/cTRAP
- Documentation: https://bioconductor.org/packages/release/bioc/vignettes/cTRAP/inst/doc/cTRAP.pdf
- License: MIT + file LICENSE
-
Latest release: 1.26.0
published 10 months ago
Rankings
Maintainers (1)
Dependencies
- R >= 4.0 depends
- AnnotationDbi * imports
- AnnotationHub * imports
- DT * imports
- R.utils * imports
- binr * imports
- cowplot * imports
- data.table * imports
- dplyr * imports
- fastmatch * imports
- fgsea * imports
- ggplot2 * imports
- ggrepel * imports
- graphics * imports
- highcharter * imports
- htmltools * imports
- httr * imports
- limma * imports
- methods * imports
- parallel * imports
- pbapply * imports
- purrr * imports
- qs * imports
- readxl * imports
- reshape2 * imports
- rhdf5 * imports
- rlang * imports
- scales * imports
- shiny >= 1.7.0 imports
- shinycssloaders * imports
- stats * imports
- tibble * imports
- tools * imports
- utils * imports
- biomaRt * suggests
- covr * suggests
- knitr * suggests
- remotes * suggests
- rmarkdown * suggests
- spelling * suggests
- testthat * suggests
- actions/checkout v3 composite
- actions/upload-artifact master composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- actions/checkout v2 composite
- docker/build-push-action v2 composite
- docker/login-action v1 composite
- docker/metadata-action v3 composite
- docker/setup-buildx-action v1 composite
- actions/checkout v3 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- FantasticFiasco/action-update-license-year v2 composite
- actions/checkout v3 composite
- bioconductor/bioconductor_docker latest build