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/isValidUnifiedOutputDataFormat.Rd
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
22 lines (21 sloc)
663 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/evaluate.R | |
\name{isValidUnifiedOutputDataFormat} | |
\alias{isValidUnifiedOutputDataFormat} | |
\title{Checks if output fulfills the criteria of the unified output data format} | |
\usage{ | |
isValidUnifiedOutputDataFormat(output, expressionmatrix) | |
} | |
\arguments{ | |
\item{output}{to be tested} | |
\item{expressionmatrix}{that was used by algorithm to create output} | |
} | |
\value{ | |
logical: TRUE if output is in the correct format, FALSE if any check was failed | |
} | |
\description{ | |
Checks if output fulfills the criteria of the unified output data format | |
} | |
\details{ | |
prints status messages about performed checks | |
} |