NEW FEATURES
- Initial version of
DeconvoBuddies
that introduces the Mean Ratio method for identifying cluster marker genes as implemented inget_mean_ratio()
. This method is described in more detail at https://doi.org/10.1101/2024.02.09.579665. This package also provides a wrapper toscran::findMarkers()
for identifying marker genes expressed in one cluster compared to all remaining ones. SeefindMarkeres_1vAll()
for more details. Additionally,DeconvoBuddies
provides plotting functions for visualizing gene expression as violin plots across different clusters. These plots are much smaller in size compared to other ones you can make withscater::plotExpression()
. Seeplot_gene_express()
,plot_marker_express()
, and related functions.