README.md

CompositeDriver

Reference

Overview

CompositeDriver combined mutation recurrence and functional impact to identify coding and non-coding cancer drivers

Version notes

Installation

User will need to install devtools in R for running CompositeDriver package

install.packages("devtools")
library("devtools")
devtools::install_github("khuranalab/CompositeDriver")

Usage

User will need to


library(CompositeDriver)

#####
# global parameters setup
#####

  dataContextDir<-"/path/to/dataContext"
  annotatedInput<-"/path/to/Output.vcf"
  outputDir<-"/path/to/output"
  tumorType<-"GBM"
  seedNum<-42
  functionalImpactScoreCDS<-"FunSeq2"
  functionalImpactScoreNonCoding<-"FunSeq2"
  reSampleIter<-1000
  useCores<-6
  debugMode<-FALSE

#####

  preProcessVCF(annotatedInput,functionalImpactScoreCDS,functionalImpactScoreNonCoding,outputDir,tumorType,useCores)

#####

  mutationType<-"CDS"
  cdsOutputDf<-getCDSpvalue(outputDir,tumorType,mutationType,
                            reSampleIter=reSampleIter,
                            seedNum=seedNum,debugMode=debugMode)

#####


Contacts

For any questions, comments and suggestions, please email

Copyright © 2016-2019 Ekta Khurana Lab, WCMC

License

This project is licensed under the CC BY-NC 4.0 License: CC BY-NC 4.0



mil2041/CompositeDriver documentation built on Sept. 14, 2019, 9:47 p.m.