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/filterForMean.Rd
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
26 lines (24 sloc)
867 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{filterForMean} | |
\alias{filterForMean} | |
\title{filterForMean | |
returns the output and expression matrix of filtered multimodal genes} | |
\usage{ | |
filterForMean(multimodalOutput, multimodalExpressionmatrix, minMean = 2) | |
} | |
\arguments{ | |
\item{multimodalOutput}{cleaned output of multimodal genes of one cancer group} | |
\item{multimodalExpressionmatrix}{expression matrix of the multimodal genes of one cancer group} | |
\item{minMean}{minimum mean that has to exist in any mean of the multimodal genes} | |
} | |
\value{ | |
list of the output and expression matrix of filtered multimodal genes | |
} | |
\description{ | |
filterForMean | |
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 | |
} |