MSKCC-Epi-Bio / gnomeR

Package to wrangle and visualize genomic data in R
https://mskcc-epi-bio.github.io/gnomeR/
Other
26 stars 16 forks source link

Create function to subset binary matrix by percentage cutoff #262

Closed karissawhiting closed 1 year ago

karissawhiting commented 1 year ago

This will replace the functionality within the tbl_genomic() function. E.g.

binary_matrix() %>%
       subset_by_frequency(t = .05) %>%
       tbl_genomic()