Description Usage Arguments Details Value
Helper function for masking. All rows in row_idx will be set to NA.
| 1 | mask_helper(scm, row_idx, verbose = TRUE)
 | 
| scm | 
 | 
| row_idx | numeric; A vector of row indexes for which to replace with NA | 
| verbose | boolean; Flag for outputting function status messages. Default = TRUE | 
Used with mask_by_sample, mask_by_coverage, and mask_by_variance. It iterates through all assays in the inputted scMethrix object and replaces all rows in row_idx with NA.
An object of class scMethrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.