View source: R/FLCNA_normalization.R
FLCNA_normalization | R Documentation |
Normalization function used in FLCNA.
Normalization function used in FLCNA.
FLCNA_normalization(Y, bin_size = 1e+05, gc, map, ref_id)
FLCNA_normalization(Y, bin_size = 1e+05, gc, map, ref_id)
Y |
A p-dimensional data matrix. Each row is an observation. |
bin_size |
The bin size used in the data the default is 100,000. |
gc |
A p-dimensional vector with gc concent. |
map |
A p-dimensional vector with mappability. |
ref_id |
cells used as reference. |
The log2Rdata used for main step for the FLCNA method.
The log2Rdata used for main step for the FLCNA method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.