is_included: Group theory
Description
Clone2 is included in Clone1 if all values of Clone2 are lower or equal to the ones in Clone1 at the same position. Returns TRUE is Clone2 is included in Clone1.
Usage
is_included(Clone1, Clone2)
Arguments
Clone1
Numeric vector, representing the cellularity of Clone1 in different samples
Clone2
Numeric vector, representing the cellularity of Clone2 in different samples