- Added
VlnPlot_scCustom
function. - Added raster support to
Stacked_VlnPlot
- Added
make_unique
parameter toExtract_Top_Markers
function. - Added
Clustered_DotPlot
function. - Added Drosophila Melanogaster as default species option in
Add_Mito_Ribo_Seurat
andAdd_Mito_Ribo_LIGER
.
- Now requires Seurat v4.0.6 (instead of v4.0.5) to support ability to rasterize points in
VlnPlot
. - viridis color palette shortcuts now contain palettes with 30 colors (increased from 10).
- Fixed
Read_Metrics_10X
errors that occurred due to differing outputs depending on Cell Ranger version or type of assay. - Added direct
importFrom
forDefaultDimReduc
from SeuratObject package to avoid potential errors. - Fixed typos/styling in function documentation.
- Fixed
Read_Metrics_10X
errors that occured due to differing outputs depending on Cell Ranger version or type of assay. - Added direct
importFrom
forDefaultDimReduc
from SeuratObject to avoid potential errors.
- Fixed barcode name duplication checks in
Merge_Sparse_Data_All
. (#8) - Fixed package imports in DESCRIPTION to avoid installation errors.
- Fixed NULL check in
Read_Metrics_10X
,Read10X_Multi_Directory
, andRead10X_h5_Multi_Directory
.
- Added plot spacing control to
StackedVlnPlot
with parametersplot_spacing
andspacing_unit
. (#6) - Added
scCustomize_Palette
function select palette to use (simplify internal code).
- Changed citation info to reflect global DOI and not version DOI.
- Restore package color palette defaults to
Iterate_VlnPlot
. - Fix
Iterate_...
function checks for file path parameter iffile_path = NULL
.
- scCustomize is public!! Version 0.6.0 is released!
- Many function names have changed since private release see reference page/manual for updated function names.