R/remove_names.R
patterns_to_na.Rd
A character vector of common substrings to remove from feature names. Used in [remove_names()] and other helper functions.
patterns_to_na
A character vector of length 12.
Character vector of patterns to remove.
# View default patterns patterns_to_na #> [1] "_CIBERSORT" "xCell" "_EPIC" "_TIMER" "_quantiseq" #> [6] "_MCPcounter" "HALLMARK_" "_cibersort" "_xcell" "_epic" #> [11] "_timer" "quanTIseq" "_mcpcounter" "_hallmark" "hallmark1" #> [16] "hallmark2" "hallmark3"