R/components-nontarget.R
, R/components-nontarget-set.R
componentsNT-class.Rd
This class is derived from components
and is used to store
results from unsupervised homolog detection with the nontarget
package.
plotGraph
returns the result of visNetwork
.
Objects from this class are generated by
generateComponentsNontarget
plotGraph(componentsNT)
: Plots an interactive network graph for linked
homologous series (i.e. series with (partial) overlap which could
not be merged). The resulting graph can be browsed interactively and allows
quick inspection of series which may be related. The graph is constructed
with the igraph package and rendered with
visNetwork.
homol
A list
with homol
objects for each replicate group
as returned by homol.search
componentsNTSetcomponentsNT
componentsNTUnsetOnly the components in the specified set are kept. Furthermore, the
component names are restored to non-set specific names (see generateComponents
for more details).
plotGraph
Currently can only create graph networks from one set (specified by the set
argument).
Note that the componentsNTSet
class does not have a homol
slot. Instead, the setObjects
method can be used to access this data for a specific set.
Loos2017patRoon
enviPat1
igraph2