groupZeros | R Documentation |
These functions find and remove rows in the set of contact matrices for which all elements in the row are 0 in all samples.
getGroupZeros(cg)
dropGroupZeros(cg, g0s)
cg |
A ContactGroup object. |
g0s |
A list of elements identified as group zeros. |
Group zeros are those rows for which all elements of the row in all samples are 0. These can impact estimation of features such as A/B compartment status and so should be removed for many analyses.
A ContactGroup object with the group zeros removed from all rows in all contact matrices.
ContactGroup
data(cgEx)
g0s <- getGroupZeros(cgEx)
cgEx <- dropGroupZeros(cgEx, g0s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.