extract_feature_expression | R Documentation |
Computes and extracts feature expressions for features
used in a familiarEnsemble
object.
extract_feature_expression(
object,
data,
feature_similarity,
sample_similarity,
feature_cluster_method = waiver(),
feature_linkage_method = waiver(),
feature_similarity_metric = waiver(),
sample_cluster_method = waiver(),
sample_linkage_method = waiver(),
sample_similarity_metric = waiver(),
evaluation_times = waiver(),
message_indent = 0L,
verbose = FALSE,
...
)
object |
A |
data |
A |
feature_similarity |
Table containing pairwise distance between
sample. This is used to determine cluster information, and indicate which
samples are similar. The table is created by the
|
feature_cluster_method |
The method used to perform clustering. These are
the same methods as for the
If not provided explicitly, this parameter is read from settings used at
creation of the underlying |
feature_linkage_method |
The method used for agglomerative clustering in
If not provided explicitly, this parameter is read from settings used at
creation of the underlying |
feature_similarity_metric |
Metric to determine pairwise similarity
between features. Similarity is computed in the same manner as for
clustering, and If not provided explicitly, this parameter is read from settings used at
creation of the underlying |
sample_cluster_method |
The method used to perform clustering based on
distance between samples. These are the same methods as for the
If not provided explicitly, this parameter is read from settings used at
creation of the underlying |
sample_linkage_method |
The method used for agglomerative clustering in
If not provided explicitly, this parameter is read from settings used at
creation of the underlying |
sample_similarity_metric |
Metric to determine pairwise similarity
between samples. Similarity is computed in the same manner as for
clustering, but The underlying feature data is scaled to the If not provided explicitly, this parameter is read from settings used at
creation of the underlying |
evaluation_times |
One or more time points that are used for in analysis of
survival problems when data has to be assessed at a set time, e.g.
calibration. If not provided explicitly, this parameter is read from
settings used at creation of the underlying |
message_indent |
Number of indentation steps for messages shown during computation and extraction of various data elements. |
verbose |
Flag to indicate whether feedback should be provided on the computation and extraction of various data elements. |
... |
Unused arguments. |
A list with a data.table containing feature expressions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.