powered by
Named list.
Nothing. This is a mock function.
# 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