-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V0.3.2 #212
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
try to fix py install
default is getting the `nnNetObj` no the `igraph`
- also update createGiottoInstructions to allow this
Updated Seurat Functions for COSMX Data
- also update of `giotto` method to include `t()` of images
- document
Error Fixed in giottoToSpatialExperiment()
- also resolve conflict in DESCRIPTION
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
breaking changes
giottoImage
name
slot now requirescharacter
and will not acceptNULL
bug fixes
loadGiotto()
no longer errors with similarly named spat_units or feat_types (e.g. "cell" and "new_cell" would previously throw an error)giottoToSpatialExperiment()
giottoToSeuratV5
for cosmx mini dataset #989 by guillermoturielcreateGiottoCosMxObject()
#960 by GBeattieenhancements
verbose
param forcreateNearestNetwork()
checkGiottoEnvironment()
in addition to full filepaths, also now supports name of environment or installation directoryinstallGiottoEnvironment()
,removeGiottoEnvironment()
now haveconda
param for setting path to conda executable andenvname
param for specifying environment by nameinstallGiottoEnvironment()
now hasconfirm
param for skipping path input checkst()
forgiotto
now affects images as well.new
affine()
forgiottoPolygon
,giottoPoints
,spatLocsObj
,giotto
shear()
forgiottoPoints
,giottoPolygon
,spatLocsObj
,affine2d
affine2d
class for accumulating linear transforms to be used withaffine()
initialize()
,[
,$
,show()
,plot()
, methods foraffine2d
spin()
,rescale
,spatShift()
,affine()
,flip()
,shear()
t()
methods foraffine2d
giottoAffineImage
class for just-in-time affine transformed imagesinitialize()
, method forgiottoLargeImage
initialize()
,ext()
,crop()
,rescale()
,spatShift()
,plot()
, methods forgiottoAffineImage
rescale()
method forgiottoImage
spin()
,shear()
,affine()
,flip()
,t()
methods forgiottoAffineImage
andgiottoLargeImage
(which converts togiottoAffineImage
)as()
conversion fromgiottoLargeImage
togiottoAffineImage
.get_centroid_xy()
internal for getting numeric centroid xy values of any object that responds toext()
.bound_poly()
internal for generating a dummy polygon from the extent of any object that responds toext()
.aff_shift_2d()
,.aff_shift_2d<-()
,.aff_linear_2d
,.aff_linear_2d()<-
internals for accessing and manipulating affine matrices