v2.0.0 renaming and deprecation#
With CREsted v2.0.0, we’ve reorganised the plotting functions, to align by what they plot rather than how they plot. All functions are still there, often with expanded functionality, and new ones have been added.
Old name |
New name |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
unchanged |
|
unchanged |
|
|
|
|
|
|
|
|
|
|
|
We’ve also slightly reorganised the enhancer design functions in tl:
Old name |
New name |
|---|---|
|
|
|
|
|
|
|
We’ve also cleaned up functions and methods that have long been marked as deprecated:
The methods of
Crestedwhich were superseded bytlfunctions:get_embeddings->extract_layer_embeddings()predict->predict()predict_regions->predict()predict_sequence->predict()score_gene_locus->score_gene_locus()calculate_contribution_scores->contribution_scores()calculate_contribution_scores_regions->contribution_scores()calculate_contribution_scores_sequence->contribution_scores()calculate_contribution_scores_enhancer_design->contribution_scores()tfmodisco_calculate_and_save_contribution_scores_sequences->contribution_scores_specific()tfmodisco_calculate_and_save_contribution_scores->contribution_scores_specific()enhancer_design_motif_implementation->motif_insertion()enhancer_design_in_silico_evolution->in_silico_evolution()_derive_intermediate_sequences->derive_intermediate_sequences()
Aliases for models that didn’t properly reflect their nature:
chrombpnet->dilated_cnn()chrombpnet_decoupled->dilated_cnn_decoupled()
Superseded or obsolete utility functions:
extract_bigwig_values_per_bp->read_bigwig_region()get_value_from_dataframe->df.loc[row_name, column_name]