Description Usage Arguments Value Examples
View source: R/utils-mergeVariantPosition_v7.R
mergeVariantPosition
1 | mergeVariantPosition(datDF, sizeFactor, countsCutOff = 2)
|
datDF |
list of geneDF data frame |
sizeFactor |
sizeFactor vector, a parameter only used in pancancer calculation. A sizeFactor for total mutations counts normalization among multiple cancer types |
countsCutOff |
default is two, a parameter only used in pancancer calculation. Scale the mutation occurence value when the counts is equal or above countsCutOff |
collapsedDF data frame
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | #date<-getRunDates(latest=TRUE)
cancerType<-"KIRC"
selectedSampleId<-NA
#worDir<-getwd()
mutSig2CVthreshold<-0.1
rareMutationUpperLimit<-0.3
rareMutationLowerLimit<-0.1
rareMutationFreq<-0.02
#runNetBox2(dataDir,cancerType,
# mutationList,ampGeneList,delGeneList,epiSilencedList,
# mutationFreq,ampGeneFreq,delGeneFreq,epiSilencedFreq,
# pathwayCommonsDb,directed,
# linkerPValThreshold,communityDetectionMethod,
# keepIsolatedNodes,verbose=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.