Skip to content

Commit

Permalink
README.md: Add visualization link.
Browse files Browse the repository at this point in the history
  • Loading branch information
mashu committed Oct 10, 2024
1 parent 9edcca1 commit afff156
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,7 @@ collapsed_df = process_lineages(preprocessed_df,

The `plot_diagnostics` function generates a set of diagnostic plots to help assess the results of lineage collapsing:

- Cluster size distribution
- CDR3 length vs. cluster size
- CDR3 frequency distribution
- Top 10 V genes by count
![Diagnostics](https://github.com/user-attachments/assets/f1f4aac6-6ad4-454a-bc7a-d7a80620dc30)

## License

Expand Down

2 comments on commit afff156

@mashu
Copy link
Owner Author

@mashu mashu commented on afff156 Oct 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

Have moved from Plots.jl to Makie.jl for plotting and have also updated the README.md with an example visualization.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/116988

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.0.2 -m "<description of version>" afff156fa1f46a8e7825264e69d0353c2ba21b94
git push origin v0.0.2

Also, note the warning: This looks like a new registration that registers version 0.0.2.
Ideally, you should register an initial release with 0.0.1, 0.1.0 or 1.0.0 version numbers
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.