Skip to content

chasealanbrown/autoGDC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autoGDC

logo

This package was created for automatic downloading and processing of Genomic Data Commons data.

Why?

The GDC is a great resource; however the process of downloading the data and combining it into a simple format can be time consuming. This package makes this more streamlined.

Examples of a few questions that may be explored are provided:

  1. *DNA Methylation Clock*: What sites are chosen when training a DNA methylation clock model? How do they differ when different techniques are applied to retreive these sites?
  2. *RNA vs. DNA methylation*: What is the correlation between transcription and DNAm for paired data?
  3. *DNA methylation sequence modeling*: How much information is contained within sequence information of DNA methylation with respect to transcription?
  4. *Glioblastoma Differential Gene Expression*: What is the DEG signature for glioblastoma patients?

These examples can help provide as a basis for how to use this package effectively.

Installation

The package autoGDC is available on pypi:

pip install autoGDC

Installation from source

git clone https://github.com/chasealanbrown/autoGDC
cd autoGDC

followed by either:

python setup.py install

or for development mode installation

python -m pip install -e .

About

Python package for bioinformatic analysis via automatic downloading and processing of Genomic Data Commons (GDC) data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors