Acessing Pure or Mixed Sample Data

Description

npure returns the number of pure samples.

lpure returns the pure samples as a logical vector.

wpure returns the indexes of the pure samples.

pureSamples returns the data for the pure samples only.

mixedSamples returns the data for the mixed samples only.

Usage

npure(object)

lpure(object)

wpure(object)

pureSamples(object, drop = TRUE)

mixedSamples(object, drop = TRUE)

Arguments

object
an ExpressionMix-class object.
drop
logical that indicates if empty levels should be removed from phenotypic factor covariates of the returned ExpressionMix object.