Description Usage Arguments Value
The show methods for set objects
The show methods for cset objects
The show methods for pset objects
Get list of RIS from a set object.
Get numbers of RIs from a set object.
Get list of TFs from a set object.
Get number TFs from a set object.
Intersect 2 sets by RIs.
Union 2 sets by RIs
Setdiff between 2 sets by RIs
Accessor function to get list of TFs fron evalset objet.
#' @name get_tfs_n #' @aliases get_tf,set-method #' @param x An 'evalset' object #' @docType methods #' @rdname set-methods #' @return An integer #' @export setGeneric("get_tfs_n", valueClass = "integer", function(x) standardGeneric("get_tfs_n") ) setMethod( "get_tfs_n", signature(x = "evalset"), function(x) length(x@tfs) )
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | show(x)
show(x)
show(x)
get_ris(x)
get_ris_n(x)
get_tfs_set(x)
get_tfs_n(x)
intersect_by_ris(x, y)
union_by_ris(x, y)
setdiff_by_ris(x, y)
get_tfs_eval(x)
get_sets(x)
|
x |
An 'evalset' object |
y |
A 'set' object |
cset |
A 'cset' object |
pset |
A 'pset' object |
A df
An integer
A character vector
An integer
A [set][NetworkEval::set] object.
A [set][NetworkEval::set] object.
A [set][NetworkEval::set] object.
A character vector
A list of 'set' objets.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.