Newer
Older
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/utils.R
\name{isValidMock_obj}
\alias{isValidMock_obj}
\title{Checks if an object corresponds to a mock object generated by \code{mock_rnaseq()}.}
\usage{
isValidMock_obj(obj)
}
\arguments{
\item{obj}{Object to be checked.}
}
\value{
TRUE or error message
}
\description{
This function verifies if the provided object matches the structure of a mock object generated
by \code{mock_rnaseq()}. A mock object should contain specific named elements: "settings", "init",
"groundTruth", "counts", and "metadata".
}