Skip to main content

FractalDNA is a Python package built to generate DNA geometries for simulations

Project description

FractalDNA

Python routines for generating geometric models of DNA

FractalDNA is being converted to a package, it is under active developmemt

Build status Python Version Dependencies Status

Code style: black Security: bandit Pre-commit Semantic Versions License

FractalDNA is a Python package to make DNA geometries that can be joined together like jigsaw puzzles. Both simple, sections of DNA and Solenoidal DNA can be built. This module was built to enable DNA-level simulations to be run in Geant4-DNA, part of the Geant4 project.

Structure models define the large scale structure of DNA, seeded from fractals. An example seeding fractal is below:

A 3-D iterated Hilbert Curve

DNA Models provide straight and curved segments that can come together to make DNA for use in simulations.

A straight solenoidal DNA segment

Project documentation is available here alongside notebook examples

⚙️ Installation

Install FractalDNA with pip

pip install fractaldna

or install with Poetry

poetry add fractaldna

🧬 Make some DNA

from fractaldna.dna_models import dnachain as dna

# Make a DNA Chain 40 base pairs long (repeating GATC).
chain = dna.DNAChain("GTAC" * 10)

# Export it to a DataFrame for use in another program
df = chain.to_frame()

For more, check out the notebook examples in the project documentation.

🛡 License

License

This project is licensed under the terms of the MIT license. See LICENSE for more details.

📃 Citation

@misc{fractaldna,
  author = {Nathanael Lampe},
  title = {FractalDNA},
  year = {2021},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/natl/fractaldna}}
}

Credits 🚀 Your next Python package needs a bleeding-edge project structure.

This project was generated with python-package-template

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

fractaldna-0.6.1.tar.gz (44.3 kB view hashes)

Uploaded Source

Built Distribution

fractaldna-0.6.1-py3-none-any.whl (46.9 kB view hashes)

Uploaded Python 3

Supported by

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