Process data via normalization and imputation.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | ProcessData(object, ...)
.processData(
object = NULL,
normalization = "cpm",
library.size = 1e+05,
IsImputation = FALSE,
seed = 123
)
## S4 method for signature 'IRISFGM'
ProcessData(
object = NULL,
normalization = "cpm",
library.size = 1e+05,
IsImputation = FALSE,
seed = 123
)
|
object |
Input IRISFGM object |
... |
other arguments passed to methods |
normalization |
two options: (1)library size noralization by using library size factor: 1e6, equal to CPM (count-per-million-reads), or (2) using 'scran' normalization method. |
library.size |
Sets the scale factor for cpm normalization |
IsImputation |
imputation method is provided by DrImpute. Default is FALSE. |
seed |
set seed for reproducibility. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.