Samuel Granjeaud

Results 83 comments of Samuel Granjeaud

Hi guys, Sorry I deleted my repo in order to fork from here, and then to reinsert and validate my patch before sending a PR. It should be ready on...

Based on the documentation of the current FlowSOM package, there is a channels argument. https://bioconductor.org/packages/release/bioc/manuals/FlowSOM/man/FlowSOM.pdf page 12 @ctjimmyhsu The version you are using is probably not the latest one. @m-nikolaidis...

Hi, What are the versions? ``` BiocManager::valid() packageVersion("FlowSOM") ```

Hi, My answer is not authoritative, Sofie or others will correct me. `transformList()` is a flowCore function, so your question should be addressed to flowCore package. An even better place...

Hi, Just being curious, why github is not considered as an easy way of installation? Best.

Thanks for your feedback. I was not aware about all those things. Best.

Hi, Failure: try to load the files with another software, e.g. FlowJo or Omiq, in order to repeat the error? check compliance with http://bioinformin.cesnet.cz/flowIO/. Size: if the files before normalization...

I didn't encounter such a problem. Sofie will probably answer you soon.

Hi Sofie, Thanks for your feedback. No urge. If you are modifying the code, I would propose you to make it more compact and more formatted to the left side...

Hi, I got the same issue that is due to the fact that filtering occurs after positions have been computed. My current workaround is to explicitly set the comparisons. ```...