Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MuteJester authored Jun 3, 2022
1 parent f0d91e2 commit a039b4e
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,35 +64,6 @@ pip install PyNCBI
<!-- USAGE EXAMPLES -->
## Usage

### GEOReader
##### GSE Wise Info Retrival
```py
from PyNCBI import GEOReader
# Create Reader Instance
reader= GEOReader()
# Extact all GSM info associated to GSE99624 (Saved csv will appear in your downloads folder)
reader.extract_gse_sample_info('GSE99624')
```


##### GSE Wise Data Retrival
```py
from PyNCBI import GEOReader
# Create Reader Instance
reader= GEOReader()
# Extact all GSM methylation data associated to GSE142512 (Saved files will appear in your downloads folder per GSM depending on page data status)
reader.download_gse_data('GSE142512')
```

##### Single GSM Data Retrival
```py
from PyNCBI import GEOReader
# Create Reader Instance
reader= GEOReader()
# Extact GSM methylation data associated to GSE142512 (Saved file will appear in your downloads folder per GSM depending on page data status)
reader.download_gsm_data('GSM1518180')
```

##### Parsing IDAT files

```py
Expand Down

0 comments on commit a039b4e

Please sign in to comment.