Giter VIP home page Giter VIP logo

flowclean's Introduction

flowClean

For a brief introduction, please review the package vignette, and for more information, the related methods paper.

Please submit all issues, pull requests and comments here. Generally, however, for installing flowClean it is advised to install via Bioconductor

flowclean's People

Contributors

cafletezbrant avatar nturaga avatar dtenenba avatar phauchamps avatar hpages avatar samgg avatar vobencha avatar

Stargazers

Malisa avatar

Watchers

 avatar  avatar

flowclean's Issues

Error in if (!is.na(shifts)) { : the condition has length > 1

Hi @cafletezbrant,

I recently encountered an error message when trying to run flowClean::clean() on a public dataset.
The error message was : Error in if (!is.na(shifts)) { : the condition has length > 1

I found out that this error was due to an if statement in flowClean:::fix.weird(), while shifts was of dimension > 1

if (!is.na()(shifts))

On a local copy of this function, I replaced this statement by the following :

if (length(shifts[!is.na(shifts)]) > 0)

And this seems to solve my error.

How can I best proceed with this probable bug fix ?
Do you want me to raise a pull request on flowClean repo ?

Thanks,

Philippe

Description is being depreciated in flowCore

Hi,
Description is being depreciated in flowCore. I tried to fork it and fix it myself, but I then kept getting "Less than ", nstable," populations identified by flowClean" warnings, so I obviously misunderstood how something worked (nstable would actually say 5 in my case).
Chris

Need to push to Bioconductor

The package is completely out of sync with Bioconductor and the most recent updates and bug fixes are missing from the official/latest versions on Bioconductor. Could you you please update your package on Bioconductor, ideally in release and devel.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.