Computable object representation and validation for gene fusions
Project description
FUSOR
Documentation · Installation · Usage · API reference
Overview
FUSOR (FUSion Object Representation) provides modeling and validation tools for representing gene fusions in a precise, computable structure that adheres to the VICC Gene Fusion Specification. It also provides easy access to transcript selection and coordinate conversion tools, and enables generation of human-readable fusion nomenclature.
Install
FUSOR is available on PyPI:
python3 -m pip install fusor
See the installation instructions in the documentation for a description of dependency setup requirements.
Usage
Fusion and subcomponent constructors are provided through a core FUSOR
class:
>>> from fusor import FUSOR
>>> f = FUSOR()
>>> fusion = f.fusion(
... structure=[
... {
... "type": "GeneElement",
... "gene": {
... "type": "Gene",
... "label": "EWSR1",
... "id": "hgnc:3508"
... }
... },
... {
... "type": "UnknownGeneElement"
... }
... ],
... assay={
... "type": "Assay",
... "methodUri": "pmid:33576979",
... "assayId": "obi:OBI_0003094",
... "assayName": "fluorescence in-situ hybridization assay",
... "fusionDetection": "inferred",
... },
... )
>>> fusion.type
<FUSORTypes.ASSAYED_FUSION: 'AssayedFusion'>
See the usage section in the documentation for more features and code examples.
Feedback and contributing
We welcome bug reports, feature requests, and code contributions from users and interested collaborators. The documentation contains guidance for submitting feedback and contributing new code.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file fusor-0.4.1.tar.gz
.
File metadata
- Download URL: fusor-0.4.1.tar.gz
- Upload date:
- Size: 63.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 691ee5a93691ede4f803dc0787a483cd18170daa7f7ebbc88ddbf15c3e9dd6ad |
|
MD5 | 7f39973b141a75f7a350a28185d1e1ce |
|
BLAKE2b-256 | 30fc084c7e344fb413b1aacb9185469619126e69526a91e45cccff88cd7f00f0 |
File details
Details for the file fusor-0.4.1-py3-none-any.whl
.
File metadata
- Download URL: fusor-0.4.1-py3-none-any.whl
- Upload date:
- Size: 28.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 908e20b895805266267b3e0038296442d25fbd9e1e29b1b3dc8b1fe6d8fbf8ea |
|
MD5 | eefa0fee9313296373cb276b631d1f73 |
|
BLAKE2b-256 | 941a2bbf189f08ef6936e85f03546db7a444de3cd8022f1fe07503188bc2cfc8 |