Platform

class pyrefinebio.Platform(platform_accession_code=None, platform_name=None)

Platform.

Retrieve a list of Platforms based on filters

>>> import pyrefinebio
>>> og_files = pyrefinebio.Platform.search()
classmethod search(**kwargs)

Retrieve a list of Platforms

Returns:

list of Platform

Since there are no filters, this method always returns all Platforms