Diff of /man/input_cytoscape.Rd [000000] .. [13df9a]

Switch to unified view

a b/man/input_cytoscape.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/3-4.other_plot.R
3
\name{input_cytoscape}
4
\alias{input_cytoscape}
5
\title{Input a cyjs file exported by Cytoscape}
6
\usage{
7
input_cytoscape(file)
8
}
9
\arguments{
10
\item{file}{cyjs file exported by Cytoscape}
11
}
12
\value{
13
list contains the igraph object and coordinates
14
}
15
\description{
16
Input a cyjs file exported by Cytoscape
17
}
18
\seealso{
19
Other plot: 
20
\code{\link{as.ggig}()},
21
\code{\link{c_net_plot}()},
22
\code{\link{input_gephi}()},
23
\code{\link{netD3plot}()},
24
\code{\link{olympic_rings_net}()},
25
\code{\link{plot.ggig}()},
26
\code{\link{twocol_edgelist}()},
27
\code{\link{venn_net}()}
28
}
29
\concept{plot}