Skip to content

robinfallegger/FDC_treatment_profile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example source code to automatically process data from the FDC.

Usage: ./download_treatment.py test/result.example.txt
As the result, in the test folder, you will see two new folders:
1, raw: raw data download from FDC server, including meta data annotation and processed expression matrices (FDC can automatically generate it from public repositories).
2, diff: differential expression profiles. Each file will also include a count map file, for the number of replicates per condition. If a dataset has Sub Condition annotated, a *.sep.gz will also be generated through merging replicates at Sub Condition levels.

This example code only works for treatment experiment with annotation fields, Treatment, Condition, Sub Condition, Dose, and Duration. For other curation scheme, you need to design your own program.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%