file_marker_parse: takes files with positive and negative markers, as described...

View source: R/utils.R

file_marker_parseR Documentation

takes files with positive and negative markers, as described in garnett, and returns list of markers

Description

takes files with positive and negative markers, as described in garnett, and returns list of markers

Usage

file_marker_parse(filename)

Arguments

filename

txt file to load

Value

list of positive and negative gene markers

Examples

marker_file <- system.file(
    "extdata",
    "hsPBMC_markers.txt",
    package = "clustifyr"
)

file_marker_parse(marker_file)

rnabioco/clustifyR documentation built on April 24, 2024, 5:15 a.m.