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
Currently, findVG both computes statistics for variable genes and can optionally output plots to a file as a side effect. Instead, we should split this up to 3 functions:
1 computes the statistics
1 generates the plots
1 saves the plots (or leave this up to the user to use ggsave() or cowplot).
The text was updated successfully, but these errors were encountered:
Currently, findVG both computes statistics for variable genes and can optionally output plots to a file as a side effect. Instead, we should split this up to 3 functions:
1 computes the statistics
1 generates the plots
1 saves the plots (or leave this up to the user to use ggsave() or cowplot).
The text was updated successfully, but these errors were encountered: