Introduction

This document contains workflows, explaining how to perform all analysis described in A Study of High-Grade Serous Ovarian Cancer Origins Implicates the SOX18 Transcription Factor in Tumor Development.

Document authors

Marcos A. S. Fonseca & Felipe Segato.

Install packages

To install the required packages to run the code below please execute the follwing code.

deps <- c("gelnet","dplyr","gdata","DT", "TxDb.Hsapiens.UCSC.hg19.knownGene", "org.Hs.eg.db", "GenomicRanges")
for(pkg in deps)  if (!pkg %in% installed.packages()) install.packages(pkg, dependencies = TRUE)

Available files