RAIDS
This is the released version of RAIDS; for the devel version, see RAIDS.
Robust Ancestry Inference using Data Synthesis
Bioconductor version: Release (3.22)
This package implements specialized algorithms that enable genetic ancestry inference from various cancer sequences sources (RNA, Exome and Whole-Genome sequences). This package also implements a simulation algorithm that generates synthetic cancer-derived data. This code and analysis pipeline was designed and developed for the following publication: Belleau, P et al. Genetic Ancestry Inference from Cancer-Derived Molecular Data across Genomic and Transcriptomic Platforms. Cancer Res 1 January 2023; 83 (1): 49–58.
Author: Pascal Belleau [cre, aut] ORCID iD ORCID: 0000-0002-0802-1071 , Astrid Deschênes [aut] ORCID iD ORCID: 0000-0001-7846-6749 , David A. Tuveson [aut] ORCID iD ORCID: 0000-0002-8017-2712 , Alexander Krasnitz [aut]
Maintainer: Pascal Belleau <pascal_belleau at hotmail.com>
citation("RAIDS")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("RAIDS")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("RAIDS")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.