View source: R/SeparatingMatrixToList.R
SeparatingMatrixToList | R Documentation |
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.
SeparatingMatrixToList(
row_use,
total_matrix,
consensus,
assay_to_split = "consensus",
remove_nocalls = TRUE
)
row_use |
The row the separate. |
total_matrix |
The matrix to be split. |
assay_to_split |
Which assay are we splitting? |
remove_nocalls |
Do you want to remove NoCall cells? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.