-
Hi ,
Thanks a lot for this useful tool !
I'm running Liana and i'm curious that you cannot provide methods to generate Chord diagram or heatmap as in the liana R wrapper.
Have you planned to…
-
```julia
using Pkg
Pkg.activate(".")
Pkg.instantiate()
# AlgebraicJulia Dependencies
using Catlab
using Catlab.Graphics
using CombinatorialSpaces
using Decapodes
using ComponentArrays
using ForwardDi…
-
Hello,
Currently WP-Polls works by letting the poll admin feeding each poll with manually entered text answers.
My proposal is to implement an alternative feature - not changing anything to the c…
-
Hi,
thank you @ybkscht for the impelementation. It is clear and good documented. The problem that I have:
I download a trained network whose link have been provided in ReadMe (I used the object-1…
-
Strang's Linear Algebra and Its Applications (Fourth Edition) says:
> "In fact, there is only one possible rule [for matrix multiplication], and I am not sure who discovered it. It makes everything…
-
imagine `trait MulAcc : num_traits::Zero{..}` - the types satisfying this (for dot product output and matrix multiply output) usually want to be zero-able to initialize them. Often we see bounds like…
-
@sehilyi, @alexanderveit, @ngehlenborg and I had a discussion on Friday about improving support for tileset metadata (initially with the cistrome-higlass-wrapper use case but now with others in mind -…
-
BPO | [16633](https://bugs.python.org/issue16633)
--- | :---
Nosy | @tjguk, @asvetlov
Files | [tryenv2.py](https://bugs.python.org/file28243/tryenv2.py "Uploaded as text/plain at 2012-12-07.17:11:49 b…
-
There should be the ability to convert binary and hex strings into elements from the fields `GF(2^n)` and `GF(2^(4n))` and vice versa.
- A field `GF(2^(4n))` should accept length `n` hex strings of…
-
There are some inconsistent styling in the source code (e.g. indent by 4 spaces vs 1 tab character, etc.). We should use something consistent.