Dear scirpy community,
I am using the following script to produce a barplot showing the normalised abundance of 25 clonotypes, but I have realised these are not the top most abundant (normalised) ones. How can I ensure that the plot includes only the top most abundant? I appreciate any help in the right direction.
Thank you
For now, you can just use the corresponding tool function tl.group_abundance and retreive a pandas data frame with the values. Then you can filter and plot it as you like.
Thank you for your prompt response. I am seeking some direction on ensuring that the data accurately reflects the normalisation produced by ir.pl.group_abundance. I am using ‘Sample’ as the reference variable for normalisation.
To give you a clearer picture, here is the script I have been using: