limix.qc.remove_dependent_cols

limix.qc.remove_dependent_cols(X, tol=1.49e-08)[source]

Remove dependent columns.

Return a matrix with dependent columns removed.

Parameters
  • X (array_like) – Matrix to might have dependent columns.

  • tol (float, optional) – Threshold above which columns are considered dependents.

Returns

rank – Full column rank matrix.

Return type

ndarray