Skip to content

Commit

Permalink
Add Logo
Browse files Browse the repository at this point in the history
  • Loading branch information
camilogarciabotero committed Aug 19, 2024
1 parent 4a93d04 commit 34b13c9
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


<div align="center">
<img src="" height="150"><br/>
<img src="docs/src/assets/logo.svg" height="150"><br/>
<i>Counting BioSequences' atoms </i><br/><br/>
</div>

Expand Down Expand Up @@ -43,7 +43,7 @@ pkg> add BioAtomsCount

## Usage

The `BioAtomsCount` module exports a single function `countatoms` which takes a `BioSequence` object as input and returns a matrix of the count of atoms in the sequence.
The `BioAtomsCount` module exports a single function `countatoms` which takes a `BioSequence` object as input and returns a matrix of the count of atoms in the sequence.

Each column of the matrix corresponds to a different atom (C, H, N, O) for DNA and (C, H, N, O, S) for proteins and each row corresponds to a different residue in the sequence.

Expand Down
44 changes: 44 additions & 0 deletions docs/src/assets/logo.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/src/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 34b13c9

Please sign in to comment.