named_list {SCpubr} | R Documentation |
Named list.
Description
Named list.
Value
Nothing. This is a mock function.
Examples
# This is a named vector.
x <- list("first_element" = c("GENE A", "GENE B"),
"second_element" = c("GENE C", "GENE D"))
print(x)
[Package SCpubr version 2.0.2 Index]