View source: R/method_summarize_nebula_index.R
method_summarize_nebula_index | R Documentation |
FUNCTION_DESCRIPTION
method_summarize_nebula_index(
ppcp_dataset,
nebula_class = .MCn.nebula_class,
ppcp_threshold = 0.5,
min_possess = 10,
max_possess_pct = 0.2,
filter_identical = c(top_hierarchy = 4),
identical_factor = 0.7,
rm_position_describe_class = T,
filter_via_struc_score = "tanimotoSimilarity",
struc_score_cutoff = 0.3,
min_reached_pct = 0.6,
...
)
ppcp_dataset |
PARAM_DESCRIPTION |
nebula_class |
PARAM_DESCRIPTION, Default: .MCn.nebula_class |
ppcp_threshold |
PARAM_DESCRIPTION, Default: 0.5 |
min_possess |
PARAM_DESCRIPTION, Default: 10 |
max_possess_pct |
PARAM_DESCRIPTION, Default: 0.2 |
filter_identical |
PARAM_DESCRIPTION, Default: c(top_hierarchy = 4) |
identical_factor |
PARAM_DESCRIPTION, Default: 0.8 |
... |
PARAM_DESCRIPTION |
DETAILS
OUTPUT_DESCRIPTION
rbindlist
distinct
, filter
, rename
, select
, group_by
pbapply
## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.