Description Usage Arguments Value See Also Examples
View source: R/basic_functions.R
Derive a data frame of type signature_indices_df (additional information for a set of signatures) from a set of given signatures for a set of new signatures.
1 | deriveSigInd_df(querySigs, subjectSigs, querySigInd = NULL, in_sort = FALSE)
|
querySigs |
The signatures to compare to (given signatures). |
subjectSigs |
The signatures to be compared (new signatures). Alternatively this may be a complex object of type list and contain data from different deconvolutions, each of which having a set of signaturen to be compared. |
querySigInd |
The object of type signature_indices_df (additional informatio for a set of signatures) belonging to the set of known signatures. |
in_sort |
Whether to sort or not |
An object of type signature_indices_df (additional informatio for a set of signatures) belonging to the set of new signatures.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.