Skip to content

Latest commit

 

History

History
61 lines (48 loc) · 2.84 KB

File metadata and controls

61 lines (48 loc) · 2.84 KB

AMTEC Manuscript Workflow

Workflow code supporting the manuscript 'Utilizing cohort-level and individual networks to predict best response in patients with metastatic triple negative breast cancer'

Required files

Retrieve the below files and place them in the corresponding directory

Installation

#CRAN:
install.packages(c("data.table", "targets", "tidymodels", 
"openxlsx", "ggplot2", "stringr", "ggrepel", "WGCNA",
"caret", "partykit", "patchwork", "viridis", "ggsurvfit"))

#BioConductor
##May need to install "BiocManager" first from CRAN
BiocManager::install(c("limma", "edgeR", "sva", "GSVA", "ComplexHeatmap"))

Pipeline Execution

mkdir output 
mkdir figures
targets::tar_make()

Licensing

GNU General Public License v3.0

This code was developed by Daniel Bottomly, a member of the McWeeney Lab and is protected under copyright by the Oregon Health and Science University Knight Cancer Institute, 2024.