file_marker_parse | R Documentation |
takes files with positive and negative markers, as described in garnett, and returns list of markers
file_marker_parse(filename)
filename |
txt file to load |
list of positive and negative gene markers
marker_file <- system.file(
"extdata",
"hsPBMC_markers.txt",
package = "clustifyr"
)
file_marker_parse(marker_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.