Description Usage Arguments Value Examples
View source: R/process.files.R
This occurs after the user has modified the markers.csv file to determine which markers are to be used as input for KNN and which markers are to be used for within-knn comparisons
1 | ParseMarkers(marker.file)
|
marker.file |
modified markers.csv file, now containing two columns. the left column containing KNN input markers, and the right column containing KNN comparison markers |
a list of 2 vectors of strings. The first element, labeled "input" is a vector KNN input markers. THe second slemenet, labeled "functional" are the markers to be used in the KNN based comparisons
1 2 | file <- system.file("extdata", "markers.csv", package = "Sconify")
ParseMarkers(file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.