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?
mmRmeta/man/remove_x.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 (21 sloc)
636 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/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) | |
} |