Main Function
General network analysis on AIRR-Seq data is performed using
buildRepSeqNetwork()
or its convenient alias
buildNet()
. This function does the following:
- Filters the AIRR-Seq data according to user specifications
- Builds the network graph for the immune repertoire
- Performs additional network analysis, which can include:
- Cluster analysis
- Network properties
- Customizable visual plots of the network graph
- Returns (and optionally saves) the following output:
- The network graph (as
igraph
and adjacency matrix) - Metadata for the network
- Metadata for the nodes in the network
- Metadata for the clusters in the network
- Plots of the network graph
- The network graph (as
See this vignette for a tutorial.