-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathimmuno.R
More file actions
28 lines (28 loc) · 847 Bytes
/
immuno.R
File metadata and controls
28 lines (28 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#' Immunoglobulin interaction network
#'
#' @description
#'
#' The undirected and connected network of interactions
#' in the immunoglobulin protein. It is made up of 1316 vertices
#' representing amino-acids and an edge is drawn between two
#' amino-acids if the shortest distance between their C_alpha atoms
#' is smaller than the threshold value \eqn{\theta=8}{theta=8} Angstrom.
#'
#'
#'
#' @name immuno
#' @docType data
#' @usage
#' immuno
#' @format
#' An undirected `igraph` graph object.
#'
#' Graph attributes: \sQuote{name}, \sQuote{Citation}, \sQuote{Author}.
#' @references
#' D. Gfeller, Simplifying complex networks: from a clustering to a
#' coarse graining strategy, *PhD Thesis EPFL*, no 3888, 2007.
#' <https://doi.org/10.5075/epfl-thesis-3888>
#' @source
#' See reference below.
#' @keywords datasets
NULL