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{calcPValues}
\alias{calcPValues}
\title{Function to calculate the p-Values of the survival curves}
\usage{
calcPValues(phenotypes, output, smallMetadata)
}
\arguments{
\item{phenotypes}{converted metadata with columns "survival" and "is_dead"}
\item{output}{(Filtered) Algorithm Output in the unified output data format}
\item{smallMetadata}{metadata of relevant patients}
}
\value{
returns the p-Values of each gene as a list with categories "All" and "perCombination"
}
\description{
Function to calculate the p-Values of the survival curves
}
\details{
calculates p-Values of the Chi-squared function for all combinations of patient groups per gene
}