bio_flutter 0.0.6
bio_flutter: ^0.0.6 copied to clipboard
Cross-platform representation and visualization of biological data in flutter
0.0.6 #
0.0.5 #
Features #
- Adding
EmbeddingsCombinerIs able to combine two embeddings via a combining function, currently multiply elementwise and concatenation. EnablesProteinProteinInteractionto provide the getEmbeddings interface. - Adding draft classes for
AminoAcidandAtomto represent protein structure (work in progress)
Maintenance #
- Multiple lines for sequences in protein fasta files are now allowed and concatenated
- File names are now automatically added to loaded entities (column name
ExtractedDataset) - Renaming
BiologicalEntitytoBioEntity - Making
nullableMergeapplicable for non-comparable types - Adding toMap() and getEmbeddings() to
BioEntityinterface - Introducing functional error handling via
fpdart, will be more widely adapted in future releases - Moving package to
biocentralorganization - Updating dependencies
0.0.3 #
Maintenance #
- Fixing image path in README
- Renaming umap example to example.dart
- Fixing package description length
0.0.1 #
Initial release
Features #
Widgets:
- UMAP Visualizer
Biological Data Classes:
- Protein
- Sequence: AminoAcidSequence, NucleotideSequence
- Protein-Protein Interaction
- Taxonomy
Protein Representation and Data Analysis:
- Embedding: PerSequence, PerResidue
- UMAP
File handling:
- Protein: fasta
- ProteinProteinInteraction: fasta
- Embedding: json
- UMAPData: csv
- CustomAttributes: csv