分析屋の大谷津と申します。 よろしくお願いいたします。 今回はVS Codeの機能としてある「Python Interactive Window」というPythonファイルからNotebookのような形でコードセル操作ができるものについて投稿いたします。 私もつい最近教えていただいた機能ではある ...
生物情報の解析をしていると、NCBIで検索した遺伝子群の配列(mRNAやタンパク質)を一括で取得したいと思う場面がよくあります。 特に、「Send to → File」機能で得られる gene_result.txt のようなタブ区切りファイルから、自動的に配列を収集できたら便利です ...
I'm running some simulations using the joblib library. For that, I have some number of parameter combinations, each of which I run 100,000 times. I'd now like to write the result of each simulation to ...