set-methods: The show methods for set objects

Description Usage Arguments Value

Description

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) )

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

Arguments

x

An 'evalset' object

y

A 'set' object

cset

A 'cset' object

pset

A 'pset' object

Value

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.


rioualen/NetworkEval documentation built on April 10, 2021, 5:22 a.m.