亲爱的FLOWER,加入流式中文网,一起讨论,一起学习,享受更多福利吧!
您需要 登录 才可以下载或查看,没有账号?加入流式中文网
×
Accuri2fcs是一个Accuri C6数据文件转换为标准FCS文件的python库,可通过github直接下载源代码,再用python运行,或通过PyPi直接安装已编译版本。
对于初学python者,最好使用python(x,y)套装,这个套装已将所有python相关工具都集成了。打开IPython(sh)命令行工具,运行pip install accuri2fcs即可。如果提示The required version of distribute(>0.6.36) is not available,那么就先运行easy_install -U distribute即可。
python(x,y)
安装完成后,可以直接运行accuri2fcs再加相关参数即可将Accuri C6文件的.c6数据转换为fcs文件。具体命令及其使用方法见下图:
accuri2fcs使用帮助
附作者原帖:
Accuri2fcs, a command line program for the conversion of Accuri .c6 flow cytometry data files to the standard .fcs format, has been released today via github and PyPi. BackgroundSomeone in our lab recently needed to convert a large number of files (>500) and processing each one manually in the c6 software wasn’t going to be much fun. This script is the result of trying to automate that process, and it works. Usage is not exactly straightforward, however it is quite powerful. In it’s standard configuration it will find all .c6 files in the current directory, match every sample name outputting .fcs files named [filename.c6]_[row|column].fcs. This is probably perfectly fine for most uses. However, it also supports the use of regular expressions to extract data from your.c6 Sample Name fields, and then saving the resulting .fcs into named files and folders built from that data. Have fun! Download & InstallationYou can install accuri2fcs via the PyPi Python package system. You can install via the command line with: pip install accuri2fcs
Alternatively the code (and issue tracker) is available on github. Once installed, using is as simple as entering on the command-line: accuri2fcs
…to convert everything in the current folder. You’ll end up with a folder named fcscontaining the output. For more options type accuri2fcs --help. LicenseAccuri2fcs is licensed under a Modified BSD 2 clause (i.e. completely free), my license of choice for interoperability software. ContributionsThis software is not under active development (I don’t do flow cytometry) but any suggestions or bug reports are still appreciated.
|