sPCAN: Sampling-based PCA on a sample of networks and calculate PCA...

Description Usage Arguments

View source: R/sPCAN.R

Description

Sampling-based PCA on a sample of networks and calculate PCA contribution of variables to explaining variabilities in PCs

Usage

1
2
sPCAN(netlist, directed = FALSE, configuration, tau = NULL, K = NULL,
  seed = 1234, subgroup = NULL)

Arguments

netlist

A list of networks in a form or adjacency matrix

directed

Default is FALSE (undirected network).

configuration

Collection of subgraphs (topological features)

tau

Minimum size of a subgraph

K

The number of subgraphs

seed

Seed number. Default is 1234.

subgroup

Vector of subgroup membership. Default is NULL (i.e. no subgroup).


jihuilee/PCAN documentation built on Dec. 21, 2021, 12:05 a.m.