Description Usage Arguments Details Value
View source: R/GenewiseMethod.R
MaskData sets a portion (mask) of the non-zero
entries of each row of data to zero
1 |
data |
matrix; raw counts (genes as rows and samples as columns) |
write.to.file |
logical; should the output be written to a file? |
mask |
numeric; ratio of total non-zero samples to be masked per gene (defaults to .1) |
Sets a portion (mask) of the non-zero entries of each row of
data to zero. Result is written to filename.
matrix containing masked raw counts (genes as rows and samples as columns)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.