Displaying 3 results from an estimated 3 matches for "coexpress".
Did you mean:
oexpress
2017 Jul 09
1
Error in WGCNA package
Dear all ,
I would like to reconstruct coexpression networks from proteomic count data
having integer values. Some internal function doesn't like to work well
with integers. How can this error be rectified?
> adjacency = adjacency(datExpr, power = softPower, type = "signed");
Error in cor(datExpr, use = "p") :
REAL()...
2010 Aug 22
2
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
* DCGL (1.0)
Bao-Hong Liu
http://crantastic.org/packages/DCGL
Functions for basic differential coexpression analyses: gene
filtering, link filtering, DCG (Differentially-Coexpressed Gene)
identification and DCL (Differentially-Coexpressed Links)
identification.Two algorithms,named DCP and DCe, are provided for
DCG-identification or DCG and DCL-identification.
* fmsb (0.11)
Minato Nakazawa...
2017 Jul 09
0
Error in WGCNA package
First, please read WGCNA FAQ at
https://labs.genetics.ucla.edu/horvath/CoexpressionNetwork/Rpackages/WGCNA/faq.html
regarding using RNA-seq and other count data.
Second, if you insist on using WGCNA on raw count data (which I don't
recommend), use something like
storage.mode(datExpr) = "double"
and try again.
Peter
On Sun, Jul 9, 2017 at 2:29 AM, Ankush Sharm...