Description Usage Arguments Details Examples
View source: R/quantifyViaLoadings.R
The function splitNames
creates a ";"-separated list of feature names.
If na.rm = TRUE
, the NA
values within the feature names
are removed. NA
values might occur if feature names are translated
from one id to the other, e.g. from SYMBOL to Ensembl.
1 | splitNames(feature_names, na.rm = TRUE)
|
feature_names |
character |
na.rm |
logical(1) |
Helper function for various functions in the apoptosisQuantification
package.
1 2 3 4 5 | protein_names <- c("prot_1;prot_2;NA")
apoptosisQuantification:::splitNames(feature_names = protein_names,
na.rm = FALSE)
apoptosisQuantification:::splitNames(feature_names = protein_names,
na.rm = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.