Skip to contents

We separate a matrix of variant information to a list. Each variant is an entry in the list. NoCalls (cells with no reads covering a variant) can be removed. This function gets called by RowWiseSplit in return.

Usage

SeparatingMatrixToList(row_use, total_matrix, remove_nocalls = TRUE)

Arguments

row_use

The row the separate.

total_matrix

The matrix to be split.

remove_nocalls

Do you want to remove NoCall cells?