Skip to content
Permalink
master
Switch branches/tags

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?
Go to file
 
 
Cannot retrieve contributors at this time
% 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.
}