Ahmed Mohamed

Results 13 comments of Ahmed Mohamed

Thank you for the quick response! The work around is working very fine for now.

I am having the same issue on MacOSX 10.9.5. Any ideas?

It seems the repo is no longer maintained. I've created a fork that works with latest D3 libs. Let me know if it you have any issues with it. [ahmohamed/react-wordcloud](https://github.com/ahmohamed/react-wordcloud)

I'm not a maintainer of this package and don't have write access to this repo. The maintainer @chrisrzhou hasn't been responsive either. Personally I've been using my own fork directly....

It's not about what the first column is named, but the records (rows) should match the samples you have in your dataset. Common issues come from non-syntactic names (ones that...

This looks like a library loading issue. I could not reproduce the error on my machine using your code. Make sure your add `library(lipidr)` first, then run your code. If...

Sorry, not currently possible. I'll try to implement it in the next update.

Thanks @sperritt for your 1st pull request 🥇 As discussed, we need a few tests to make sure the functions works correctly using different arguments (modifying `cutoff`, choosing different `blanks`...

Hi @semer94, Thanks for submitting your questions as an issue. 1. lipidr uses `limma` moderated t-test, which is very popular in gene expression analysis. The data should be a) normally...

I ended up with iterating through `responses` and throwing `InvalidOrder` if any had `success=false`. I thought it should behave similar to `fetchOrderBooks`, supplying a mix of valid and invalid symbols....