cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
AliSheffeh
Level II

Opening ACS II file

Is there any way that I can open an .acs file using JMP? 

1 REPLY 1

Re: Opening ACS II file

A little bit more information would be good.  ACS as a file extension has multiple differing possible file types.  Are you referring to Microsoft's Agent Character Structured Storage Format?  or Archival Cytometry Standard https://docs.flowjo.com/flowjo/advanced-features/fj-acs/ or ...?  

 

It's likely there are Python packages that can read and write the format.  If so using JMP's Python Integration will allow you to utilize external Python packages, and you can create input that JMP can consume.  Currently with JMP 14-17 that would include CSV files and pandas.DataFrames...

Recommended Articles