% Generated by roxygen2: do not edit by hand % Please edit documentation in R/remove_x.R \name{remove_x} \alias{remove_x} \title{Remove 'X' infront of caseID} \usage{ remove_x(cancer_data) } \arguments{ \item{cancer_data}{A large list created prior by multimodalR.} } \value{ Returns the same large list with changed column names of the expressionmatrix. } \description{ This function removes the 'X' in the column names (case_id) of cancer_data$Expressionmatrix that occures in R, when the start of the string is a number. It's necessary to remove them so downstream functions work propperly. } \examples{ lungXY <- remove.x(lungXY) }