term_similarity_from_gmt: Similarity between terms from a gmt file

Description Usage Arguments Value Examples

View source: R/similarity_by_overlap.R

Description

Similarity between terms from a gmt file

Usage

1
term_similarity_from_gmt(term_id, gmt, extract_term_id = NULL, ...)

Arguments

term_id

A vector of terms.

gmt

The path of the gmt file.

extract_term_id

If the term ID in contained in the first column only as a substring, setting a function to extract this substring.

...

Pass to term_similarity.

Value

A symmetric matrix.

Examples

1
2
# There is no example
NULL

simplifyEnrichment documentation built on Nov. 8, 2020, 5:07 p.m.