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
The createNetwork method for XCMSnExp objects is missing the nato0() call that converts NAs to zeros in the EIC matrix, causing "Cannot create a graph object because the adjacency matrix contains NAs" errors. #9
Hi - really love this package - currently integrating it into my workflow!
I think there's a minor bug in the XCMSnExp arm of the createNetwork where there isn't a nato0 call to convert NA's to zeros. This call is present in the xcmsSet arm of the function.