You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the intial outputs of network construction, the diagonal of the square adjacency matrix is 0, whic makes sense.
However, after tensor decomposition, the diagonal of returned consensus matrix is not zero any more. It is difficult
for me to intepret those value on the diagonal, as the value are made up by cp. It seems these value are used in the later steps in manifoldAlignment without setting back to 0 or other preprocessing.
An non zero value on the diagonal would normally suggest self-regulation. How do you think of the resulted regulation network by tensor decomposition?
I have the same problem now, I want to directly use the gene regulatory network (GRN) generated by the scTenifoldNet function, but I find that the diagonal is not 0, I am not sure if I can directly and violently set the diagonal to 0.
Dear dev,
In the intial outputs of network construction, the diagonal of the square adjacency matrix is 0, whic makes sense.
However, after tensor decomposition, the diagonal of returned consensus matrix is not zero any more. It is difficult
for me to intepret those value on the diagonal, as the value are made up by
cp
. It seems these value are used in the later steps inmanifoldAlignment
without setting back to 0 or other preprocessing.An non zero value on the diagonal would normally suggest self-regulation. How do you think of the resulted regulation network by tensor decomposition?
See an example taken from the package.
The text was updated successfully, but these errors were encountered: