#
nucleotides
Here are 37 public repositories matching this topic...
Numerical Encoding for Human Genetic Variants
genomics
position
vcf
dna
variants
base
chromosome
genetic
reference-genome
nucleotides
lookup-table
vcf-format
rsid
human-genetic-variants
reference-allele
alternate-allele
variant-normalization
reference-position
variantkey
-
Updated
Sep 5, 2019 - C
Nucleic and amino acid primitive types
bioinformatics
biology
computational-biology
biological-data-analysis
amino-acids
nucleotides
nucleic-acids
biojulia
-
Updated
Jul 5, 2022 - Julia
MerCat: python code for versatile k-mer counting and diversity estimation for database independent property analysis for meta -ome data
python
diversity
plotly
protein
dask
fastq
k-mer-counting
k-mer-frequency
divideandconquer
metagenomic-analysis
metatranscriptomic-analysis
kmer-frequency-count
nucleotides
diversity-estimation
database-independent-analysis
-
Updated
May 14, 2019 - Python
Analysis of Sars Cov-2 Gene Mutations using Python Numpy and Matplotlib
bioinformatics
genetic-analysis
nucleotides
coronavirus
sars-cov-2
gene-mutations
python-bioinformatics
genetic-mutation-analysis
-
Updated
Jun 4, 2020 - Python
deep learning experiments on biological sequences with PyTorch
bioinformatics
deep-learning
genome
pytorch
protein-sequences
unsupervised-learning
biological-sequences
nucleotides
gene-sequences
-
Updated
Mar 16, 2021 - Python
FLiCK - Format LeveragIng Compression frameworK
bam-files
bioinformatics
rna-seq
compression
chemistry
genetics
biology
danger
computational-biology
dna
fasta
fastq-format
fastq
compression-algorithm
flick
nucleotides
fastq-files
fasta-format
sam-files
fasta-files
-
Updated
Dec 22, 2017 - Java
A website made for a year-long school project on how store data in DNA, using a nucleotides as our code. The website was made using the Flask framework to incoporate some python programs
-
Updated
Mar 19, 2021 - JavaScript
Extracts all of the possible genes from a string of DNA
-
Updated
Aug 18, 2020 - Java
Functions for reverse translation.
translation
substitutions
amino-acid-sequence
nucleotides
backtranslation
codon
stop-codon
amino-acid
nucleotide-sequence
-
Updated
Nov 21, 2021 - Python
A python package to compute clusters of sequence feature variant types (SFVTs) based upon user-selected subsequence.
-
Updated
Jan 3, 2022 - Clarion
Produces PDB files from given sequences.
-
Updated
Aug 26, 2016 - Python
A Python script that implements a two player strategic game with two chromosomes having length n and m of nucleotides respectively. In each Round of the game a player can destroy one of the chromosomes and split the other into two non-empty parts. The player who deletes the last nucleotide wins.
game
python
computer-science
bioinformatics
loop
student
arrays
fasta
program
nucleotides
chromosomes
-
Updated
Nov 21, 2019 - Python
dna
bioconductor
rna
sequences
nucleotides
rna-modifications
biostrings
modified-nucleotides
rna-modification-alphabet
dna-modifications
-
Updated
Mar 5, 2021 - R
Implementation of space-saving three DNA sequences alignment
-
Updated
Sep 27, 2018 - Java
GenSkew is an application for computing and plotting nucleotide skew data.
-
Updated
Jul 15, 2021 - Python
API repo: https://github.com/shamseen/pngcat-api
-
Updated
Jun 7, 2021 - JavaScript
This C program scans through DNA nucleotides and stores, then prints the 'words' of size 10 along with their locations.
-
Updated
Feb 18, 2021 - C
MerCat2: python code for versatile k-mer counting and diversity estimation for database independent property analysis for metaome data
python
diversity
plotly
protein
dask
fastq
k-mer-counting
k-mer-frequency
divideandconquer
metagenomic-analysis
metatranscriptomic-analysis
kmer-frequency-count
nucleotides
diversity-estimation
database-independent-analysis
multiomics
multiomics-data
-
Updated
Jul 5, 2022 - HTML
A Python script that implements a two player strategic game with two sequences of length n and m nucleotides respectively. At each Round of the game a player can remove a random number of nucleotides from one sequence or the same number of nucleotides from both sequences. The player who removes the last nucleotide wins.
game
python
computer-science
bioinformatics
loop
student
arrays
fasta
program
nucleotides
chromosomes
-
Updated
Nov 22, 2019 - Python
Filter alignments on sequence length and/or identity of first nucleotide.
-
Updated
Dec 22, 2020 - Python
A python script that implements an efficient algorithm for the Chimeric Alignment problem. A virus infects a bacterium and modifies a replication process in the bacterium by adding for each A an A sequence of length 1-5, for each C a C sequence of length 1-10, for each G a G sequence of length >= 1 and for each T a T sequence of length >= 1.
python
computer-science
bioinformatics
student
sequence
program
nucleotides
chromosomes
chimeric-alignment
-
Updated
Nov 26, 2019 - Python
Small programs to parse and analyze sequence files. Misc programs
-
Updated
Feb 16, 2017 - Python
Used for counting the number of all four nucleotides and finding the percentage number of each of them
-
Updated
Oct 17, 2021 - Python
This is a web application to count the nucleotides composition in a DNA sequence sample.
bioinformatics
python3
dna
webapp
nucleotides
dna-sequencing
streamlit
streamlit-dashboard
streamlit-webapp
streamlit-application
-
Updated
Apr 10, 2022 - Python
blast docker image and cyverse integration
-
Updated
Feb 13, 2018 - Shell
A Python script that for a parameter k, calculates the universal alignment of 2 sequences, with limitation that the alignment contains at most k unknown nucleotides. Nucleotide sequences are sometimes written in a 5-character alphabet, A, T, G, C, and N where N stands for an undefined nucleotide.
python
computer-science
bioinformatics
student
fasta
program
global-alignment
sequence-alignment
nucleotides
chromosomes
-
Updated
Nov 25, 2019 - Python
A repository made for refactoring the shRNA code.
-
Updated
Jun 28, 2022 - Python
Simple web-based DNA/RNAm prettifier. Includes Ribosomal translation too.
-
Updated
Feb 10, 2021 - Vue
Improve this page
Add a description, image, and links to the nucleotides topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nucleotides topic, visit your repo's landing page and select "manage topics."
As analyzing biological data with BioFSharp involves a lot of scripting, optional pretty printers help a lot when looking at results directly in the fsi window. This should be especially easy to add for parsing libraries that can already write the correct file format. A basic pretty printer for biocollections is already impelemented.
Here are some formats from the top of my head, feel free to add