rm_fully_empty_tmt_sets | R Documentation |
If all Sample_ID
's are Empty
within a TMT_Set
. The whole
set of experiment, namely all TMT_Channel
's, will be removed.
Otherwise, Empty
sample IDs will still be kept (in that the number of
Sample_IDs within a TMT_Set
will be always equal to the multiplexity
of a TMT experiment).
rm_fully_empty_tmt_sets(
df,
frac_smry = NULL,
TMT_plex = 0L,
dat_dir = NULL,
ext = NULL
)
df |
A data frame of metadata (e.g., label_scheme_full). |
frac_smry |
A character string to a |
TMT_plex |
The multiplexity of TMT. |
dat_dir |
A character string to the working directory. The default is to match the value under the global environment. |
ext |
The extension of a file name. |
The utility is also applicable to LFQ with a special handling at TMT_plex = 0 (not 1).
Sample IDs started with Empty
are at first replaced with NA.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.