Description Usage Arguments Value Examples
takes files with positive and negative markers, as described in garnett, and returns list of markers
1 | file_marker_parse(filename)
|
filename |
txt file to load |
list of positive and negative gene markers
1 2 3 4 5 6 7 | 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.