[7a0be0]: / man / input_cytoscape.Rd

Download this file

30 lines (29 with data), 664 Bytes

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