Description Usage Arguments Value Examples
The runCPH function will process three separate file one with sample ids one with survival data and one with expression values. In test mode if a list of sample ids are supplied but not the other two files it assumes the ids are from the TCGA SKCM data set and uses a cached version of the normalised expression values from the TCGA SKCM data set and a currated set of survival data.
1 2 3 |
survData |
survival data must contain a time and status |
exprData |
normalised gene expression data |
geneData |
names of the genes to be tested (must be in the rownames of exprData) |
survTime |
name of survival time column |
survStatus |
name of suvival censoring column |
mcores |
number of cores for bioparallel |
exprRange |
top and bottom quantiles of expression values to select samples for testing |
the function creates several csv output files with the Cox PH results, the Limma DGE results, a combined set of both results and a set of those genes for which the DGE result is significant at 0.05 FDR
1 2 3 4 5 | analysisName="test3"
exprSep=","
res <- runCPH(sampleDataFile=sampleDataFile,expressionDataFile=expressionDataFile,
survivalDataFile=survivalDataFile,
analysisName=analysisName,exprSep=exprSep)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.