Skip to content

roshan2004/kmers

Repository files navigation

Counting K-mers from the sequence in fasta format

alt text

Usage:

import kmersfasta
kmersfasta.kmers_from_file('filename.fasta')

where, filename.fasta is the name of the file in fasta format

Counting K-mers from the sequence obtained from NCBI using accession number

Usage:

import kmersfasta
kmersfasta.kmers_from_ncbi('email')

where, email is your email address and you also need to provide the NCBI ACCESSION number during the prompt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages