Open allmanbrent opened 2 years ago
Issue is persisting. Have you found a solution @allmanbrent ?
No, I have not. Sadly I had to move on to a different visualization solution because I couldn't figure this out. Instead, I just went with a scatter plot, some text description, and an accompanying cartoon.
added an example good luck https://github.com/boaz85/pymuller/pull/4
hello, could you please add an example of what the color_by object should look like? I attempted this
color_by = pd.Series([.1,.2,.3,.4,.5], index = [' GGTA', ' GGTT',' GACA', ' AACA', ' AATA'])
. So what are the values of color_by supposed to be? I keep getting errors. Most recent one isTypeError: ufunc 'isfinite' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''
My adjacency matrix looks like
and my population matrix looks like