2fa0d7ab |
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/main_calculations.R
\name{QC_check}
\alias{QC_check}
\title{Quick QC value check}
\usage{
|
34890599 |
QC_check(qc_input, loadpage_input)
|
ed8b5f17 |
}
\arguments{
|
34890599 |
\item{qc_input}{options for data processing input by the user from data processing page.}
\item{loadpage_input}{options for data processing input by the user from data upload page.}
|
ed8b5f17 |
}
\value{
string
|
2fa0d7ab |
}
\description{
Quick QC value check for LF vs TMT
}
|
b025e6d8 |
\examples{
qc_input = list(null=TRUE)
loadpage_input = list(null=TRUE)
QC_check(qc_input,loadpage_input)
}
|