- recipe bioconductor-pdatk
Pancreatic Ductal Adenocarcinoma Tool-Kit
- Homepage:
- License:
MIT + file LICENSE
- Recipe:
Pancreatic ductal adenocarcinoma (PDA) has a relatively poor prognosis and is one of the most lethal cancers. Molecular classification of gene expression profiles holds the potential to identify meaningful subtypes which can inform therapeutic strategy in the clinical setting. The Pancreatic Cancer Adenocarcinoma Tool-Kit (PDATK) provides an S4 class-based interface for performing unsupervised subtype discovery, cross-cohort meta-clustering, gene-expression-based classification, and subsequent survival analysis to identify prognostically useful subtypes in pancreatic cancer and beyond. Two novel methods, Consensus Subtypes in Pancreatic Cancer (CSPC) and Pancreatic Cancer Overall Survival Predictor (PCOSP) are included for consensus-based meta-clustering and overall-survival prediction, respectively. Additionally, four published subtype classifiers and three published prognostic gene signatures are included to allow users to easily recreate published results, apply existing classifiers to new data, and benchmark the relative performance of new methods. The use of existing Bioconductor classes as input to all PDATK classes and methods enables integration with existing Bioconductor datasets, including the 21 pancreatic cancer patient cohorts available in the MetaGxPancreas data package. PDATK has been used to replicate results from Sandhu et al (2019) [https://doi.org/10.1200/cci.18.00102] and an additional paper is in the works using CSPC to validate subtypes from the included published classifiers, both of which use the data available in MetaGxPancreas. The inclusion of subtype centroids and prognostic gene signatures from these and other publications will enable researchers and clinicians to classify novel patient gene expression data, allowing the direct clinical application of the classifiers included in PDATK. Overall, PDATK provides a rich set of tools to identify and validate useful prognostic and molecular subtypes based on gene-expression data, benchmark new classifiers against existing ones, and apply discovered classifiers on novel patient data to inform clinical decision making.
- package bioconductor-pdatk¶
-
- Versions:
1.8.0-0,1.6.0-0,1.2.0-0,1.0.0-0- Depends:
on bioconductor-biocgenerics
>=0.46.0,<0.47.0on bioconductor-biocparallel
>=1.34.0,<1.35.0on bioconductor-consensusclusterplus
>=1.64.0,<1.65.0on bioconductor-coregx
>=2.4.0,<2.5.0on bioconductor-genefu
>=2.32.0,<2.33.0on bioconductor-matrixgenerics
>=1.12.0,<1.13.0on bioconductor-multiassayexperiment
>=1.26.0,<1.27.0on bioconductor-piano
>=2.16.0,<2.17.0on bioconductor-s4vectors
>=0.38.0,<0.39.0on bioconductor-summarizedexperiment
>=1.30.0,<1.31.0on bioconductor-survcomp
>=1.50.0,<1.51.0on bioconductor-switchbox
>=1.36.0,<1.37.0on r-base
>=4.3,<4.4.0a0on r-caret
on r-clusterrepro
on r-data.table
on r-dplyr
on r-ggplot2
on r-ggplotify
on r-igraph
on r-matrixstats
on r-plyr
on r-proc
on r-rcolorbrewer
on r-reportroc
on r-rlang
on r-scales
on r-survival
on r-survminer
on r-verification
- Additional platforms:
Installation¶
You need a conda-compatible package manager (currently either pixi, conda, or micromamba) and the Bioconda channel already activated (see Usage). Below, we show how to install with either pixi or conda (for micromamba and mamba, commands are essentially the same as with conda).
Pixi¶
With pixi installed and the Bioconda channel set up (see Usage), to install globally, run:
pixi global install bioconductor-pdatk
to add into an existing workspace instead, run:
pixi add bioconductor-pdatk
In the latter case, make sure to first add bioconda and conda-forge to the channels considered by the workspace:
pixi workspace channel add conda-forge
pixi workspace channel add bioconda
Conda¶
With conda installed and the Bioconda channel set up (see Usage), to install into an existing and activated environment, run:
conda install bioconductor-pdatk
Alternatively, to install into a new environment, run:
conda create -n envname bioconductor-pdatk
with envname being the name of the desired environment.
Container¶
Alternatively, every Bioconda package is available as a container image for usage with your preferred container runtime. For e.g. docker, run:
docker pull quay.io/biocontainers/bioconductor-pdatk:<tag>
(see bioconductor-pdatk/tags for valid values for <tag>).
Integrated deployment¶
Finally, note that many scientific workflow management systems directly integrate both conda and container based software deployment. Thus, workflow steps can be often directly annotated to use the package, leading to automatic deployment by the respective workflow management system, thereby improving reproducibility and transparency. Check the documentation of your workflow management system to find out about the integration.
Download stats¶
Link to this page¶
Render an badge with the following MarkDown:
[](http://bioconda.github.io/recipes/bioconductor-pdatk/README.html)