GEOparse
GEOparse copied to clipboard
Summary GSM metadata table
Hi, thanks for providing such a great library! I'm wondering if there's a way I can get a summary table of GSM metadata for all GSMs in a GSE? Currently I'm manually looping over each gsm and combine into a table manually, something like:
gse = GEOparse.get_GEO('GSExxxx')
df = pd.DataFrame([gsm.metadata.values() for gsm in gse.gsms.values()])