Display cell-type to cell-type interactive networks
BuildNetwork.Rd
Create and plot an interactive network that summarize how cell-types and their interactions are over-represented.
Arguments
- object
scDiffCom
object- network_type
Type of network to display. Currently, only
ORA_network
(default) is supported.- layout_type
Layout of the network to display. Can either be
"bipartite"
(default) or"conventional"
.- abbreviation_table
Table with abbreviations for the cell types present in the
object
. IfNULL
(default), full names of the cell-types are displayed. Otherwise, it must be a data.frame or data.table with exactly two columns with namesORIGINAL_CELLTYPE
andABBR_CELLTYPE
.