Utils class

A collection of helper functions for bioinformatics.

Constructors

Utils()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

motifToRe({required String motif}) String
Returns a regex valid version of a biological motif.
readFASTA({String? path, String? str}) Future<List<Map<String, String>>>
Returns sequences from either a file path or str in FASTA format.
uniprotIdToFASTA({required String uniprotId}) Future<String>
Returns a protein sequence in FASTA format using it's uniprotId.