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{filterForFoldChange}
\alias{filterForFoldChange}
\title{filterForFoldChange
returns the output and expression matrix of filtered multimodal genes}
\usage{
filterForFoldChange(filteredMeanOutput, filteredMeanExpressionmatrix,
minFoldChange = 2)
}
\arguments{
\item{filteredMeanOutput}{output that was filtered for mean of multimodal genes of one cancer group}
\item{filteredMeanExpressionmatrix}{expression matrix that was filtered for mean of the multimodal genes of one cancer group}
\item{minFoldChange}{minimum fold change that has to exist between two adjacent means of the multimodal genes}
}
\value{
list of the output and expression matrix of filtered multimodal genes
}
\description{
filterForFoldChange
returns the output and expression matrix of filtered multimodal genes
}
\details{
This function returns a list of the output and expression matrix of filtered multimodal genes
}