convert_imputed_assays_to_na | R Documentation |
Convert imputed metabolomics assay data to NA
convert_imputed_assays_to_na(
se,
measurement_assay_names = "area",
impute_assay_name = "gap_fill_status",
suffix = "_noimpute",
impute_flags = c(8, 32),
...
)
se |
|
measurement_assay_names |
|
impute_assay_name |
|
suffix |
When filtering by different impute criteria, it may be helpful
to include the codes in the suffix, for example filtering by only
|
impute_flags |
The defaults:
Other values:
|
... |
additional arguments are ignored. |
This function takes SummarizedExperiment
data as input, which
must contain at least two SummarizedExperiment::assayNames()
entries:
numeric
assay measurements
numeric
impute flag data
The coordinates of cells in the impute flag data
which match impute_flags
are used to convert data in assay measurements
to NA
.
SummarizedExperiment
or when input se
is a list
a list
of SummarizedExperiment
objects is returned.
Other jam utility functions:
cardinality()
,
color_complement()
,
convert_PD_df_to_SE()
,
curate_se_colData()
,
curate_to_df_by_pattern()
,
design2layout()
,
get_numeric_transform()
,
handle_df_args()
,
merge_proteomics_se()
,
nmat_summary()
,
nmatlist_summary()
,
rmd_tab_iterator()
,
rowNormScale()
,
summit_from_vector()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.