-
I thank you for your code. It is a great work. I have a question. when i want to run experiments (./run.sh seq2seq [jobsqueries|atis|geoqueries] lstm commands), i receive an error.This is a descriptio…
-
The following code works well with small radius search but when retrieving bigger radius, it does not work anymore. Any idea why?
```
getGeoQueryOffers(lat, long, radius) {
const geoFire = ne…
-
I am trying to use hc_boxplot (over the deprecated hc_add_series_boxplot) but cannot get the example to work:
```
> hcboxplot(x = iris$Sepal.Length, var = iris$Species, color = "red")
Error in mu…
-
My Geofire query only returns something if the radius is set to a seemingly arbitrary 1197 or above. Any less and nothing will be returned. When the data _is_ returned and I log the distances, they ar…
-
### Issue Description
I want to preface my submission with the observation that there have been several reports in this repo about memory leaks / usage issues but all of them have been closed witho…
-
Im getting duplicates from this query, any ideas why ?
```
let geoQuery = this.geoFire.query({
center: [this.lat, this.lng],
radius: 1.609 //kilometers
});
geoQuery.on("ready", function(…
-
Currently the plugin simply gets ALL data in a collection.
When working with bigger datasets it might be good to add a text-area where you can set a query which is then added when getting the data (m…
-
Now in order to generate the phenotypic data like in the pData from GEOquery one should do following:
```
pheno_data = {}
for gsm_name, gsm in gse.gsms.iteritems():
print gsm_name, gsm
pheno_…
-
Update the following URL to point to the GitHub repository of
the package you wish to submit to _Bioconductor_
- Repository: https://github.com/nhejazi/methyvimData
Confirm the following by edi…
-
I am using **geoQuery with React using redux-observable**
I was wondering how do I use **plain geofire-js** with multiple observables (from multiple geoquery) and then use something like a flatMap …