Skip to main content

A package to access gene expression data for breast cancer

Project description

CCBCGE

The goal of this python package is to provide quick, easy acces to breast cancer gene expression data for analysis.

Installation

To install this package, run the following command in your terminal:

pip install ccbcge

Usage

There are four major functions that you can call.

  1. ChooseData() a. This allows you see the list of data sets you can access and choose one to download. b. It returns two data sets: the gene expression data, then the meta data for that data set.
  2. ShowDataSets() a. This shows the list of data sets you can access.
  3. importData(dataSet) a. This takes as input the name of the data set you want to access. b. It returns the gene expression data of that name as a pandas data frame.
  4. importMeta(dataSet) a. This takes as input the name of the data set you want to access. b. It returns the meta data for that data set as a pandas data frame.

The idea behind these functions is that you can access the data frame easily by name if you already know which data set you want to access.

For those who do not know which data sets they want to access, however, they have the option of seeing the data sets and choosing from them the one they want to work with.

If you want to use all of the data, you could write a simple for loop as follows:

for dataSet in dataSets:
    geneData = importData(dataSet)
    metaData = importMeta(dataSet)

    # analyze the data here

Dependencies

This package requires use of the following packages:

  • request
  • pandas

If you do not have them installed already, they will be installed for you.

Development

Help for how to update this package is found in a Developers File

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for more information.

Acknowledgements

The idea for this project came from a similar package from the Payne Lab at Brigham Young University, called cptac. To find out more about that package, visit the CPTAC repository

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ccbcge-0.1.2.tar.gz (7.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ccbcge-0.1.2-py3-none-any.whl (7.9 kB view details)

Uploaded Python 3

File details

Details for the file ccbcge-0.1.2.tar.gz.

File metadata

  • Download URL: ccbcge-0.1.2.tar.gz
  • Upload date:
  • Size: 7.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.5

File hashes

Hashes for ccbcge-0.1.2.tar.gz
Algorithm Hash digest
SHA256 5c7d1e343bedc255d8d6792280528aa524fc4ba521b5d93a0f5d031df2782fc0
MD5 0a91b6395e51bc83051c6393dba5cf0d
BLAKE2b-256 330a8958e684ba79e831d2e7a44f008421a8bba5445777142a141522a327e871

See more details on using hashes here.

File details

Details for the file ccbcge-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: ccbcge-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 7.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.5

File hashes

Hashes for ccbcge-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6f8658bfe6e10f15d7c9314f8c09bd3786dc7c0fc6ef9dd294d68550fb2efb40
MD5 421901d24bc415ef068aa742a6f3cbb7
BLAKE2b-256 b4d1f6ef6415c52160a35f1348214460865c69266dbb71124de7d7dd392038f4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page