pull.diagnoses: Pulls individual diagnoses from group testing data if...

View source: R/aenetgt.R

pull.diagnosesR Documentation

Pulls individual diagnoses from group testing data if available

Description

Pulls individual diagnoses from group testing data if available

Usage

pull.diagnoses(Z, Y)

Arguments

Z

output from one of the functions individial.assay.gen(),masterpool.assay.gen(),dorfman.assay.gen(), or array.assay.gen().

Y

output from one of the functions individial.assay.gen(),masterpool.assay.gen(),dorfman.assay.gen(), or array.assay.gen().

Value

a vector of 0s and 1s which are the individual diagnoses, NULL if Z and Y come from masterpool.assay.gen().

This function pulls the individual diagnoses from matrices Z and Y when individual diagnoses are available. So for masterpool testing, NULL will be returned.


gregorkb/aenetgt documentation built on Oct. 12, 2022, 11:51 a.m.