CreateScoreObject | R Documentation |
Create a Score object
CreateScoreObject(method, type, assay.name, score, optional.score, misc)
method |
A character string of the method used to calculate the score: SLR, ROSACE, ENRICH2 |
type |
A character string of the type: Assay, Assays |
assay.name |
A character string of the Assay/Assays name |
score |
A data frame of the score: The first three columns are variants, score, test-statistics. |
optional.score |
A data frame of the optional score: The first column is variants. |
misc |
A list of other information |