componentsNT-class | R Documentation |
This class is derived from components
and is used to store
results from unsupervised homolog detection with the nontarget
package.
## S4 method for signature 'componentsNT'
plotGraph(obj, onlyLinked = TRUE, width = NULL, height = NULL)
## S4 method for signature 'componentsNTSet'
plotGraph(obj, onlyLinked = TRUE, set, ...)
## S4 method for signature 'componentsNTSet'
unset(obj, set)
obj |
The |
onlyLinked |
If |
width , height |
Passed to |
set |
\setsWF The name of the set. |
... |
\setsWF Further arguments passed to the non-sets workflow method. |
Objects from this class are generated by
generateComponentsNontarget
plotGraph
returns the result of visNetwork
.
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
\setsWFNewMethodsSOcomponentsNTUnsetOnly 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
\addCitationsenviPat1
igraph2
components
and generateComponents
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.