NeighborNetwork: Neighbor network analysis.

NeighborNetworkR Documentation

Neighbor network analysis.

Description

Neighbor network analysis.

Usage

neighborNetwork(
  peptideSet,
  numSet = NULL,
  directed = F,
  weighted = F,
  coreN = parallel::detectCores(logical = F)
)

Arguments

peptideSet

A set of peptide sequences.

numSet

An attribute for the vertices.

directed

Should the network be converted from undirected to directed? Directions are determined using the numSet provided.

weighted

Should the network be converted to weihted? Edge weights are determined using the numSet provided.

coreN

The number of cores to be used for parallelization.


masato-ogishi/Repitope documentation built on Feb. 14, 2023, 5:47 a.m.