https://github.com/bioconductor-source/raids
Science Score: 26.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
Found 4 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.8%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: bioconductor-source
- License: apache-2.0
- Language: R
- Default Branch: devel
- Size: 3.78 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Accurate genetic ancestry inference from cancer-derived molecular data with RAIDS
The Robust Ancestry Inference using Data Synthesis (RAIDS) package enables accurate and robust inference of genetic ancestry from various types of molecular data, including whole-genome, whole-exome, targeted gene panels and RNA sequences, as described in our manuscript. Our tools retain high accuracy in presence of somatic alterations, such as those caused by cancer.
This code and analysis pipeline were designed and developed for the following publication:
Pascal Belleau, Astrid Deschênes, Nyasha Chambwe, David A. Tuveson, Alexander Krasnitz; Genetic Ancestry Inference from Cancer-Derived Molecular Data across Genomic and Transcriptomic Platforms. Cancer Res 1 January 2023; 83 (1): 49–58. https://doi.org/10.1158/0008-5472.CAN-22-0682
Authors
Pascal Belleau, Astrid Deschênes, David A. Tuveson and Alexander Krasnitz
Citing
If you use the RAIDS package for a publication, we would ask you to cite the following:
Pascal Belleau, Astrid Deschênes, Nyasha Chambwe, David A. Tuveson, Alexander Krasnitz; Genetic Ancestry Inference from Cancer-Derived Molecular Data across Genomic and Transcriptomic Platforms. Cancer Res 1 January 2023; 83 (1): 49–58. https://doi.org/10.1158/0008-5472.CAN-22-0682
Bioconductor Package
The RAIDS package is now an official package of Bioconductor.
The current Bioconductor release can be directly downloaded from their website: Current release
Installation
To install this package from Bioconductor, start R (version "4.3" or later) and enter:
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("RAIDS")
To install the latest version accessible from Github, the devtools package is required.
## Load required package
library(devtools)
## Install the latest version of RAIDS
devtools::install_github('KrasnitzLab/RAIDS')
Documentation
License
This package and the underlying RAIDS code are distributed under the Apache-2.0 license. You are free to use and redistribute this software.
For more information on Apache-2.0 License see https://opensource.org/licenses/Apache-2.0
Maintainer
Bugs/Feature requests
Please contact us for bug fixes or with feature requests.
Thanks!
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
- actions/cache v3 composite
- actions/checkout v3 composite
- actions/upload-artifact master composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- actions/checkout v3 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
- GENESIS * depends
- R >= 4.2.0 depends
- SNPRelate * depends
- gdsfmt * depends
- stats * depends
- utils * depends
- AnnotationDbi * imports
- AnnotationFilter * imports
- BSgenome * imports
- GenomicRanges * imports
- IRanges * imports
- MatrixGenerics * imports
- S4Vectors * imports
- VariantAnnotation * imports
- class * imports
- ensembldb * imports
- methods * imports
- pROC * imports
- rlang * imports
- BSgenome.Hsapiens.UCSC.hg38 * suggests
- BiocStyle * suggests
- EnsDb.Hsapiens.v86 * suggests
- GenomeInfoDb * suggests
- knitr * suggests
- rmarkdown * suggests
- testthat * suggests
- withr * suggests