Learn R Programming

SCpubr (version 2.0.2)

named_list: Named list.

Description

Named list.

Arguments

Value

Nothing. This is a mock function.

Examples

Run this code
# This is a named vector.
x <- list("first_element" = c("GENE A", "GENE B"),
          "second_element" = c("GENE C", "GENE D"))
print(x)

Run the code above in your browser using DataLab