R/marker_list.R

Defines functions get_marker_list

get_marker_list <- function(value) {
    typ <- typeof(value[[1]])
    if (typ == "list") 
        return(value$L)
    return(value)
}

Try the dtangle package in your browser

Any scripts or data that you put into this service are public.

dtangle documentation built on Dec. 2, 2019, 1:09 a.m.