Entering edit mode
amit kumar subudhi
▴
130
@amit-kumar-subudhi-6098
Last seen 10.2 years ago
Dear Dr. Langfelder,
Trying to generate a coexpression based systems network using WGCNA R
package.
An adjacency matrix was generated from an expression matrix using the
command
softPower = 8;
adjacency = adjacency(datExpr, power = softPower);
Then I tried to see whether the network is exhibiting scale free
topology
or not using the command
scaleFreePlot(adjacency, nBreaks = 10, truncated = FALSE, removeFirst
=
FALSE, main = paste("scale free topology"), xlab = "log10(k)", ylab =
"log10(p(k))")
but in return I am getting the following error message
Error in plot.defaultlog.dk, log.p.dk, xlab = "log10(k)", ylab =
"log10(p(k))", :
formal argument "xlab" matched by multiple actual arguments
Please let me know where I am going wrong.
I have successfully used most of the codes to visualize network and
generate modules.
With best regards
Amit
--
Amit Kumar Subudhi
Research Scholar,
CSIR-Senior Research Fellow,
Molecular Parasitology and Systems Biology Lab,
Department of Biological Sciences ,
FD III, BITS, Pilani,
Rajasthan- 333031
e mail-
amit4help@gmail.com
amit.subudhi@pilani.bits-pilani.ac.in
Mob No- 919983525845
[[alternative HTML version deleted]]