Module fasta

Module fasta 

Source

Functionsยง

gc_content
Calculates the GC content for each sequence in the input DataFrame.
has_restriction_sites
Identifies sequences containing specified restriction sites.
read_fasta
Reads sequences from a FASTA format file and converts them into a Polars DataFrame.
reverse_complement
Generates the reverse complement of a DNA sequence.
write_fasta
Writes sequences from a Polars DataFrame to a FASTA format file.