Description Usage Arguments Value
Get information table
1 2 3 | get_info_table(check_dir, func_name = c("rand", "fnr", "fpr", "tpr"),
true_col = "TRUE_col", methods = c("jaro", "jw", "sw", "nw", "me",
"lv", "dl", "osa", "lcs", "qgram", "cosine", "jaccard"))
|
check_dir |
folder containing studies |
func_name |
a character string indicating a function for calculations. One of "rand", "fnr", "fpr" or "tpr". |
true_col |
character string indicating the column containing the true (manual) annotation of the samples |
methods |
the methods to evaluate. Default is all of ("jaro", "jw", "sw1", "nw1", "nw3", "me", "lv","dl", "osa", "lcs", "qgram", "cosine", "jaccard") |
a data.frame containing the specified calculation for each study using each method
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.