View source: R/normalize_assay_data.R
normalize_assay_data | R Documentation |
This is defined for the assay_types defined within this package. If you are
writing a package to handle new types of data, you need to define a
normalize_assay_matrix.ASSAY_TYPE
function. This is experimental.
normalize_assay_data(
x,
features,
samples,
batch = NULL,
log = TRUE,
prior.count = 0.1,
main = NULL,
verbose = FALSE,
...,
.fds = NULL
)
x |
A matrix of raw/unnormalized assay data retrieved from
within the |
features |
a feature descriptor data.frame that includes the
feature_id's of the rows in |
samples |
a sample descriptor for the columns in |
batch , main |
parameters sent to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.