https://github.com/camilogarciabotero/biosimplex.jl
Representing BioSequences as Simplex numerical matrix
Science Score: 46.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
✓DOI references
Found 10 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
✓Committers with academic emails
1 of 1 committers (100.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.4%) to scientific vocabulary
Keywords
Repository
Representing BioSequences as Simplex numerical matrix
Basic Info
- Host: GitHub
- Owner: camilogarciabotero
- License: mit
- Language: Julia
- Default Branch: main
- Homepage: https://camilogarciabotero.github.io/BioSimplex.jl/
- Size: 145 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 2
Topics
Metadata Files
README.md
Representing DNA sequences as regular tetrahedrals (Simplex)
[](https://github.com/camilogarciabotero/BioSimplex.jl/actions/workflows/CI.yml) [](https://github.com/camilogarciabotero/BioSimplex.jl/blob/main/LICENSE) [](https://www.repostatus.org/#wip) [](https://pkgs.genieframework.com?packages=BioSimplex) [](https://github.com/JuliaTesting/Aqua.jl)
BioSimplex
Representing DNA sequences as regular tetrahedrals (Simplex)
This packages has a single public function biosimplex that takes a BioSequence and returns a Simplex representation of a BioSequence. The Simplex representation is a 3D representation of the BioSequence where each base can be represented as unit vectors pointing into a regular tetrahedron (Silverman et al., 1986; Coward, 1997).
Installation
BioSimplex is a
Julia Language
package. To install BioSimplex,
please open
Julia's interactive session (known as REPL) and press ]
key in the REPL to use the package mode, then type the following command
julia
pkg> add BioSimplex
Usage
```julia using BioSequences, BioSimplex
Create a BioSequence
seq = dna"ATCG"
Convert the BioSequence to a Simplex representation
biosimplex(seq)
3×4 Matrix{Float64}: 0.0 0.942809 -0.471405 -0.471405 0.0 0.0 0.816497 -0.816497 1.0 -0.333333 -0.333333 -0.333333 ```
Applications
The Simplex representation is useful for to generate a numerical representation of the sequences so that it can be used in machine learning models.
References
Coward, E. (1997). Equivalence of two Fourier methods for biological sequences. Journal of Mathematical Biology, 36(1), 64–70. https://doi.org/10.1007/s002850050090
Silverman, B. D., & Linsker, R. (1986). A measure of DNA periodicity. Journal of Theoretical Biology, 118(3), 295–300. https://doi.org/10.1016/S0022-5193(86)80060-1
Owner
- Name: Camilo García
- Login: camilogarciabotero
- Kind: user
- Location: Bogotá, Colombia
- Company: Universidad de los Andes
- Website: https://camilogarciabotero.github.io
- Twitter: gaspardelanoche
- Repositories: 8
- Profile: https://github.com/camilogarciabotero
Biologist interested in applying bioinformatics and DS tools to understand evolution in different organisms. Currently working on bacteriophages and epigenomics
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Camilo García | c****2@u****o | 21 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 1
- Total pull requests: 1
- Average time to close issues: less than a minute
- Average time to close pull requests: about 1 hour
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 2.0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- JuliaTagBot (1)
Pull Request Authors
- camilogarciabotero (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- actions/checkout v4 composite
- codecov/codecov-action v3 composite
- julia-actions/cache v1 composite
- julia-actions/julia-buildpkg v1 composite
- julia-actions/julia-docdeploy v1 composite
- julia-actions/julia-processcoverage v1 composite
- julia-actions/julia-runtest v1 composite
- julia-actions/setup-julia v1 composite
- JuliaRegistries/TagBot v1 composite
- julia-actions/RegisterAction latest composite