deriveSigInd_df {YAPSA}R Documentation

Derive a signature_indices_df object

Description

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.

Usage

deriveSigInd_df(querySigs, subjectSigs, querySigInd = NULL, in_sort = FALSE)

Arguments

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

Value

An object of type signature_indices_df (additional informatio for a set of signatures) belonging to the set of new signatures.

See Also

relateSigs

Examples

 NULL


[Package YAPSA version 1.19.0 Index]