cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Sign-in to the JMP Community will be unavailable intermittently Dec. 6-7 due to a system update. Thank you for your understanding!
  • We’re retiring the File Exchange at the end of this year. The JMP Marketplace is now your destination for add-ins and extensions.
  • JMP 19 is here! Learn more about the new features.

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