Updated on November 16, 2024
To enhance interoperability with Bioconductor, the jazzPanda package has been updated to depend on the following data classes: SingleCellExperiment, SpatialExperiment, or SpatialFeatureExperiment.
Changes to the package include:
-
Removed Function:
- The
convert_data()
function has been removed from the export list.
- The
-
function
get_vectors()
:- Input
trans_lst
is renamed tox
. - Input
cm_lst
is removed. x
must be aSingleCellExperiment
,SpatialExperiment
, orSpatialFeatureExperiment
object.- Renamed
all_genes
totest_genes
to store genes for building spatial vectors.
- Input
-
function
compute_permp()
:- Input
data
is renamed tox
. n.cores
is renamed ton_cores
.x
must be aSingleCellExperiment
,SpatialExperiment
, orSpatialFeatureExperiment
object.
- Input
-
function
create_genesets()
:- Input
data_lst
is renamed tox
. x
must be aSingleCellExperiment
,SpatialExperiment
, orSpatialFeatureExperiment
object.
- Input
Updated on November 12, 2024
- Add the
convert_data()
function to expand interoperability with Bioconductor. Support input objects from SingleCellExperiment/SpatialExperimentSpatialFeatureExperiment class - Modify one input type for function
get_vectors()
. Renamed input parameterdata_lst
astrans_lst
specifically for storing transcript coordinates only.
- This package is renamed as jazzPanda
- Remove the
get_data()
function from the package. - The
get_data()
function has been renamed asget_xenium_data()
and can be used as a help function from vignette.
- Add a parallel option for the
get_vectors()
function.
- First version of the spaceMarker package contains functions to detect marker genes for image-based spatial transcriptomics data.