Git Product home page Git Product logo

Comments (5)

mikejiang avatar mikejiang commented on July 29, 2024

right, the feature of passing path as a data.frame was deprecated as we re-factored entire parsing code into c++, because it wasn't widely used functionality and we didn't think it was worthwhile to port it.
I have updated documentation to reflect the current state of this parameter.

from cytoml.

nranthony avatar nranthony commented on July 29, 2024

Wonderful, thanks for the info and the update.

I have a situation where I need to explicitly define the fcs files, as there are duplicates of the same filename in two folder in the folder structure from the wsp.
Without this functionality, what is the best way to open the wsp? Can I iterate over the fcs files one by one, or would you suggest something else?

from cytoml.

Close-your-eyes avatar Close-your-eyes commented on July 29, 2024

For my purposes, I do iterate over fcs file paths and import them separately as gating sets with CytoML::flowjo_to_gatingset.

When your files (or now gatingsets) are consistent and you want to continue with the gatingset format, you may use flowWorkspace::merge_list_to_gs() to merge a list gatingsets into one gatingset object.

Is it only the filenames that are duplicated or also the meta data of respective FCS files? If it is only the filenames but meta data are unique to each file then you may use the "subset" argument of CytoML::flowjo_to_gatingset to explicitly direct the function to the desired fcs file. The "path" argument may then be the root folder of your fcs files.

There may be a few more details to consider and it may still be a bit tricky though ...

from cytoml.

nranthony avatar nranthony commented on July 29, 2024

Thanks for the input, much appreciated. I'll run with your suggestions and figure it out.
As such, no longer an issue. Closing.

from cytoml.

mikejiang avatar mikejiang commented on July 29, 2024

type ?flowjo_to_gatingset and look for section on additional.keys parameter that can be used to address fcs file matching problem

from cytoml.

Related Issues (20)

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.