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?
multimodalR/man/updateGeneNames.Rd
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
27 lines (25 sloc)
999 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/filter.R | |
\name{updateGeneNames} | |
\alias{updateGeneNames} | |
\title{updateGeneNames | |
returns the output and expression matrix with the updated gene names} | |
\usage{ | |
updateGeneNames(filteredOutput, filteredExpressionmatrix) | |
} | |
\arguments{ | |
\item{filteredOutput}{output of multimodal genes of one cancer group that was filtered twice} | |
\item{filteredExpressionmatrix}{expression matrix of the multimodal genes of one cancer group that was filtered twice} | |
} | |
\value{ | |
list of the output and expression matrix with updated gene names taken from Ensembl | |
} | |
\description{ | |
updateGeneNames | |
returns the output and expression matrix with the updated gene names | |
} | |
\details{ | |
returns the output and expression matrix with the updated gene names of the given output and expression matrix | |
the gene names are loaded from ensembl via the biomaRt package | |
This function returns a list of the output and expression matrix of filtered multimodal genes | |
} |