You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add common visualization code to verify/determine thresholds being used on various QC metrics. Should be a general plotting function. Name and module:sciduck.pl.qc_metrics()?
Include in tutorial notebooks.
The text was updated successfully, but these errors were encountered:
@dyuan1111 For visualization it would be helpful to allow no grouping something like: sd.pl.violin(adata, groupby=None, y='Number of UMIs', x_label_rotation=20, size=12, ylines=[1000,2000,3000]). I get an error from this command.
sciduck.pl.qc_metrics()
?The text was updated successfully, but these errors were encountered: