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/filter.R
\name{filterForKnownInCancer}
\alias{filterForKnownInCancer}
\title{Filter output and expressionmatrix for genes that are known in KEGG's "Pathways in Cancer"
returns the filtered output and expression matrix}
\usage{
filterForKnownInCancer(output, expressionmatrix)
}
\arguments{
\item{output}{output of multimodal genes of one cancer group}
\item{expressionmatrix}{expression matrix of the multimodal genes of one cancer group}
}
\value{
list of the output and expression matrix of genes that were found in KEGG's "Pathways in cancer"
}
\description{
Filter output and expressionmatrix for genes that are known in KEGG's "Pathways in Cancer"
returns the filtered output and expression matrix
}
\details{
needs the updated Ensembl Gene Names
}