get_sig_info {hacksig} | R Documentation |
Display available gene signatures
Description
get_sig_info()
returns information about all gene signatures implemented in
hacksig
.
Usage
get_sig_info()
Value
A tibble with one row per signature and four columns:
-
signature_id
, a unique identifier associated to a signature; -
signature_keywords
, valid keywords to use in thesignatures
argument ofhack_sig()
andcheck_sig()
as well as in thekeywords
argument ofget_sig_genes()
; -
publication_doi
, the original publication DOI; -
description
, a brief description about the signature.
See Also
check_sig()
, hack_sig()
, get_sig_genes()
Examples
get_sig_info()
[Package hacksig version 0.1.2 Index]