Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
multimodalR/man/plotSurvivalCurves.Rd
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
21 lines (18 sloc)
778 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% Generated by roxygen2: do not edit by hand | |
% Please edit documentation in R/plotting.R | |
\name{plotSurvivalCurves} | |
\alias{plotSurvivalCurves} | |
\title{Plot Survival Curves} | |
\usage{ | |
plotSurvivalCurves(metadata, output, sampleType = "Primary Tumor", | |
name = "survivalCurves") | |
} | |
\arguments{ | |
\item{metadata}{The metadata of the TCGA data} | |
\item{output}{(Filtered) Algorithm Output in the unified output data format} | |
\item{sampleType}{Sample Type of the TCGA data that was used} | |
\item{name}{The name of the plot without .pdf} | |
} | |
\description{ | |
Plots the survival curves of TCGA data and calculates whether survival curves of patient groups within a gene are significantly different with a log-rank test or Mantel-Haenszel test. p-Values are calculated between all patient groups. | |
} |