Traversing TCGA: Storing Data in PostgreSQL

This is a post in the ongoing series, Traversing TCGA. So far we've been able to download, extract, organize and analyze The Cancer Genome Atlas data in Python. However, storing data as an internal variable in Python isn't ideal for all scenarios. Storing data over the long term in a database, such as PostgreSQL, is a… Continue reading Traversing TCGA: Storing Data in PostgreSQL

Traversing TCGA: Trying to Find Trends in the Data

This is an edition of Traversing TCGA, an ongoing project analyzing The Cancer Genome Atlas. Update: I've added a Github repository containing the code for this project here! Check it out. In the last post, I started extracting data from the XML files downloaded from TCGA. Now, I'll begin to find trends in the data. I… Continue reading Traversing TCGA: Trying to Find Trends in the Data