Skip to main content

Travis CI build SonarCloud Quality SonarCloud Maintainability Codacy Maintainability Maintainability Pypi project Pypi total project downloads

Python package wrapping over FANTOM and Roadmap labels for cis-regulatory regions.

How do I install this package?

As usual, just download it using pip:

pip install crr_labels

Tests Coverage

Since some software handling coverages sometimes get slightly different results, here’s three of them:

Coveralls Coverage SonarCloud Coverage Code Climate Coverate

Usage examples

Currently, we support FANTOM CAGE data and Roadmap but in the future an additional cis-regulatory dataset based on open chromatin data will be added.

FANTOM

To retrieve the FANTOM promoters and enhancers you can proceed as follows:

from crr_labels import fantom

enhancers, promoters = fantom(
    cell_lines=["HelaS3", "GM12878"], # list of cell lines to be considered.
    window_size=200, # window size to use for the various regions.
    genome = "hg19", # considered genome version. Currently supported only "hg19".
    center_enhancers = "peak", # how to center the enhancer window, either around "peak" or the "center" of the region.
    enhancers_threshold = 0, # activation threshold for the enhancers.
    promoters_threshold = 5, # activation threshold for the promoters.
    drop_always_inactive_rows = True, # whether to drop the rows where no activation is detected for every row.
    binarize = True, # whether to return the data binary-encoded, zero for inactive, one for active.
    nrows = None # the number of rows to read, useful when testing pipelines for creating smaller datasets.
)

The library will download and parse the fantom project raw data and return two DataFrames for the required cell lines. Consider reading the method docstring for more in-depth information about the method.

The main steps are the following:

  • The raw files are retrieved from the fantom dataset from the link specified in the fantom_data.json file

  • The window for the enhancers and promoters are expanded or compressed to the given window size. In particular:

    • The enhancers’ window can either be centered on the region center with the “center” mode or around the “peak” with the “peak” mode.

    • The promoters’ window is upstream in the positive strand from the end of the promoter and downstream on the negative strand from the start of the promoter.

  • When multiple experiments are present for a cell line, for instance for “HelaS3”, an average of the activation peaks is executed.

  • Optionally (and by default) the rows that are always inactive for the chosen cell lines are dropped. You can specify this behaviour using the parameter “drop_always_inactive_rows”.

Roadmap

To retrieve the Roadmap promoters and enhancers you can proceed as follows:

from crr_labels import roadmap

enhancers, promoters = roadmap(
    cell_lines = ["HelaS3", "GM12878"], # List of cell lines to be considered.
    window_size = 200, # Window size to use for the various regions.
    genome = "hg19", # Considered genome version. Currently supported only "hg19".
    states = 18, # Number of the states of the model to consider. Currently supported only "15" and "18".
    enhancers_labels = ("7_Enh", "9_EnhA1", "10_EnhA2"), # Labels to encode as active enhancers.
    promoters_labels = ("1_TssA",), # Labels to enode as active promoters.
    nrows = None # the number of rows to read, useful when testing pipelines for creating smaller datasets.
)

Consider reading the method docstring for more in-depth information about the method.

Rendered datasets

The following two datasets have labels for 7 common cell lines (GM12878, HelaS3, HepG2, K562, A549, H1, H9) and for various other that were not available in the other dataset.

FANTOM

The following datasets contain data for the cell lines GM12878, HelaS3, HepG2, K562, A549, H1, H9, JURKAT, MCF7, HEK293, Caco2, HL60 and PC3.

TODO: Render the datasets

Roadmap

The following datasets contain data for the cell lines GM12878, HelaS3, HepG2, K562, A549, H1, H9, DND41, HUES48, HUES6, HUES64 and IMR90.

TODO: The updated processed labels will be added as soon as we decide on the new states to be used.

Release files for crr-labels 1.1.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for crr-labels 1.1.1
File Size Uploaded
crr_labels-1.1.1.tar.gz 12.0 kB Details

Release files / crr_labels-1.1.1.tar.gz

Download URL crr_labels-1.1.1.tar.gz
Size 12.0 kB
Tags Source
SHA-256 checksum
How to use checksums
c8ae241d058aabc5e737e82f497e375c12bb160073a02934401ff9bf52835d29
BLAKE2b-256 checksum
How to use checksums
a9cb0fd51b6e8c3a601a3def27c01d3c60c843cbe210407443dcd0886d688aec
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.6

Release history Release notifications | RSS feed

This release

1.1.1 This release

1 release file

1.1.0

1 release file

1.0.9

1 release file

1.0.8

1 release file

1.0.7

1 release file

1.0.6

1 release file

1.0.5

1 release file

1.0.4

1 release file

1.0.3

1 release file

1.0.2

1 release file

1.0.1

1 release file

1.0.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page