Skip to content

Releases: biocentral/bio_flutter

v0.0.12

Choose a tag to compare

@SebieF SebieF released this 23 Jun 07:14
1c85740
  • Bumping fl_chart version

v0.0.11

Choose a tag to compare

@SebieF SebieF released this 20 May 14:26
1318e3f
  • Improving projection visualizer 2D

v0.0.10

Choose a tag to compare

@SebieF SebieF released this 02 Dec 11:03
51f5e0b
  • Fixing visualizer name in README
  • Adding two (B, O) rare or ambiguous amino acids to nucleotide map
  • Adding getter for z dimension in projection_data

v0.0.9

Choose a tag to compare

@SebieF SebieF released this 19 Jan 13:29
968d007

0.0.9

  • (BREAKING) Renaming "UMAP" to more general "Projection" term
    This includes the data class, the visualizer, file handling and test cases
  • Updating dependencies

v0.0.8

Choose a tag to compare

@SebieF SebieF released this 25 Nov 16:08

0.0.8

  • Adding testing strategy
  • Making toMap more generic for bio entities
  • Adding toString function for sequence
  • Adding preliminary OneHotEncodingEmbedder

v0.0.5

Choose a tag to compare

@SebieF SebieF released this 23 Jul 12:40

0.0.5

Features

  • Adding EmbeddingsCombiner
    Is able to combine two embeddings via a combining function, currently multiply elementwise and concatenation.
    Enables ProteinProteinInteraction to provide the getEmbeddings interface.
  • Adding draft classes for AminoAcid and Atom to 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 BiologicalEntity to BioEntity
  • Making nullableMerge applicable for non-comparable types
  • Adding toMap() and getEmbeddings() to BioEntity interface
  • Introducing functional error handling via fpdart, will be more widely adapted in future releases
  • Moving package to biocentral organization
  • Updating dependencies

v0.0.4

Choose a tag to compare

@SebieF SebieF released this 13 Mar 09:55
3201073

0.0.4

Maintenance

  • Fixing image path in README

v0.0.3

Choose a tag to compare

@SebieF SebieF released this 13 Mar 09:43
2cbf596

0.0.3

Maintenance

  • Fixing image path in README
  • Renaming umap example to example.dart
  • Fixing package description length

v0.0.2

Choose a tag to compare

@SebieF SebieF released this 12 Mar 11:38
7933cfc

v0.0.2

Maintenance

  • Adding BSD License

v0.0.1

Choose a tag to compare

@SebieF SebieF released this 12 Mar 11:12
360004e

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