get_linearly_independent {cape} | R Documentation |
Check selected markers for linear independence.
Description
This function checks a marker matrix selected by
select_markers_for_pairscan
for linear
independence by checking the correlation between
pairs of markers. If any are perfectly correlated,
only one marker from the block of perfect correlation
is kept.
Usage
get_linearly_independent(data_obj)
Arguments
data_obj |
a |
Value
This function returns a list with two elements. independent_markers: A matrix of the markers that are linearly independent. rejected_markers: A vector indicating which markers were removed for violating linear independence.
[Package cape version 3.1.2 Index]