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/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)
}