View source: R/gexp-transform_funcs.R
internal_ges | R Documentation |
Generates a single-sample, internal GES.
internal_ges( filt.counts, norm.method = c("cpm", "pflpf"), est.method = c("map", "ps"), map.iter = 10 )
filt.counts |
Matrix (features X samples) of filtered count data. |
norm.method |
Normalization method. One of ‘c(’cpm', 'pflpf')', uses 'pflpf' by default. |
est.method |
Estimation method. One of ‘c(’map', 'ps')', with 'map' by default. |
map.iter |
Number of iterations to use if using MAP estimation. Default of 10. |
GES Matrix (features X samples).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.