Quick Start

You can ONLY call the AffX API in Python🐍.

Installed Libraries

Install via pip: pip install affx

Quick Test Code & Output

import affx import sys, os import warnings warnings.filterwarnings('ignore') sys.stderr = open(os.devnull, 'w') affx.key = "sk-yrccT4f0ZIae3cbDItMOH4UInbbdCoxhpA3eNOI7" affx.ls("site") Output

[IMPORTANT] Standard Import for AffX Function Calls

Code
import affx import sys, os import warnings warnings.filterwarnings('ignore') sys.stderr = open(os.devnull, 'w') affx.key = "Enter Your Key"


For Beginners: Install the Python Interpreter

It is recommended to download Spyder.

Suitable for Windows and Mac systems.

For Beginners: Run a Python program (using Spyder as an example).

Spyder