-
**Describe the bug**
Can't save h5mu from Scirpy processed gex+bcr+tcr data if I copy airr into obs (i.e. `tdata.obs = tdata.obs.join(ir.get.airr(tdata, tdata.obsm['airr'].fields))`).
Unlike in #4…
Ngort updated
3 weeks ago
-
Hi @chhylp123
I have 2 assemblies, one with only HiFi data (50x) and HiFi (60x) + OmniC (30x). I was expecting with addition of OmniC, hamming error should improve compared to HiFi only assembly. …
-
```julia
julia> hamming_distance(x1::T, x2::T) where T function hamming_distance(x1, x2)
s = 0
@inbounds @simd for i in eachindex(x1, x2)
s += hamming_distance…
Moelf updated
6 months ago
-
When attempting to `sudo make install` you get the following error:
```
CMake Error at grc/cmake_install.cmake:36 (FILE):
file INSTALL cannot find
"./funtenna/gnuradio/gr-hamming/grc/hamming_deco…
perks updated
6 years ago
-
两个整数之间的 汉明距离 指的是这两个数字对应二进制位不同的位置的数目。
给你两个整数 x 和 y,计算并返回它们之间的汉明距离。
示例 1:
输入:x = 1, y = 4
输出:2
解释:
```
1 (0 0 0 1)
4 (0 1 0 0)
↑ ↑
```
上面的箭头指出了对应二进制位不同的位置。
示例 2:
输入…
-
This is similar to the issue raised in https://github.com/scipy/scipy/issues/4047, but I couldn't find a conversation about Hamming distances specifically.
I think that the `hamming` metric should …
-
Getting error:
ERROR: **This plugin was built with an older plugin structure. Contact the plugin author to remove the intermediate "elasticsearch" directory within the plugin zip**.
```
sh-4.…
-
As I see #264 that add Hamming distance in custom scoring it is a great functionality. i see there is bit_hamming space [space_bit_hamming](https://github.com/nmslib/nmslib/blob/master/similarity_s…
-
Manhattan distance sometimes useful
https://github.com/google-research/google-research/tree/master/scann/scann/distance_measures/one_to_one
https://github.com/ydb-platform/ydb/tree/main/library/cp…
MBkkt updated
3 months ago
-
I saw the following submission today, which didn't trigger the inconsistent indentation rule. Notice how the indentation is variously 1, 2, and 4 spaces.
``` ruby
class Hamming
def self.compute(fir…