rowAndCol: True and False matrix

Description Usage Arguments Value Examples

View source: R/processingDistances.R

Description

True and False matrix

Usage

1

Arguments

row

An array of rowanames from the matrix

col

An array of colnames from the matrix

Value

Returns a matrix of rows and columns. Value is either TRUE or FALSE depending on column and row match

Examples

1
2
matrix <- rowAndCwol(c("cg00000000", "cg00000000"), c("Headache","Smoking"))
matrix <- rowAndCol(dataFrame$Probe, dataFrame$Trait)

askv4694/ewasvisual documentation built on Dec. 19, 2021, 5:36 a.m.