An asynchronous Python library for the Gene Expression Omnibus (GEO) database
Project description
GEOdb
An asynchronous Python library for the Gene Expression Omnibus (GEO) database
Usage
parser
from GEOdb.parser.series import parse_file, parse_item
Either parse a file:
parse_file('/path/to/GEO/downloaded.txt')
Or parse a text:
t = """1. Transcriptional profiling of human KIR+ CD8 T cells
(Submitter supplied) This SuperSeries is composed of the SubSeries listed below.
Organism: Homo sapiens
Type: Expression profiling by high throughput sequencing; Other
Platforms: GPL20301 GPL18573 4548 Samples
FTP download: GEO (TXT) ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE193nnn/GSE193442/
Series Accession: GSE193442 ID: 200193442"""
parse_item(t)
GEOSeriesInfo(title='Transcriptional profiling of human KIR+ CD8 T cells',
link='https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE193442',
url='https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE193442',
summary='(Submitter supplied) This SuperSeries is composed of '
'the SubSeries listed below.',
organism='Homo sapiens',
type='Expression profiling by high throughput sequencing; Other',
platform='GPL20301',
samples=4548,
id='GSE193442',
accession='GSE193442',
series_id=200193442,
ftp='ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE193nnn/GSE193442/',
sra=None)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
geodb-0.2.0.1.tar.gz
(24.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
geodb-0.2.0.1-py3-none-any.whl
(26.6 kB
view details)
File details
Details for the file geodb-0.2.0.1.tar.gz.
File metadata
- Download URL: geodb-0.2.0.1.tar.gz
- Upload date:
- Size: 24.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f40d70abce8360fa353e9c9e1113fcfc3bae67aa25980e72d0c896e3e0a887a
|
|
| MD5 |
df2f31beec3432c4a4b9e24079fae31f
|
|
| BLAKE2b-256 |
3283b49a693312f91d47186cc81932f3ff7d687eb10b9b51ee9e5563fa8940df
|
File details
Details for the file geodb-0.2.0.1-py3-none-any.whl.
File metadata
- Download URL: geodb-0.2.0.1-py3-none-any.whl
- Upload date:
- Size: 26.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a98abceec3d9b0b8e417ce915f0e3987e00bbcc6055886d2aa39e9204651873
|
|
| MD5 |
1e9bc32e3c6492baeb4904ff3d793e78
|
|
| BLAKE2b-256 |
92926b1346a03f5335f7ee3d2865bdfa76faf99c803a7943b2f74fb1af73a0b0
|