Calculate antibody counts per A-node
node_markers_counts.Rd
Computes and returns a data frame of antibody counts per node (vertex) of
the A node graph given a component edge list as input. The parameter k
allows to include neighbors (of each node) when computing the counts.
k
defines the number of levels when searching neighbors.
Details
If k > 0
, edgelist_to_simple_Anode_graph
is used
to calculate an A-node projected graph.