-
# On-the-fly coordinate transformations
So far, the only transformation MDAnalysis does to coordinates read from a trajectory is a unit conversion. Any other transformation must be done by th user on…
-
Dear pipeline team (@spencerkclark @AnnaKwa @frodre @brianhenn )
I just wanted to point out that we got a ton done this week (see #41 , #35 , #38 , #29, #30, #33 and more)! Thanks so much for all …
-
Hi!
Nice that you have just updated the package :-)
Have you thought about [raster datasets](https://cran.r-project.org/web/packages/raster/vignettes/Raster.pdf) as input data type to the spatial …
-
I have installed the latest version:
Successfully installed cellrank-1.1.dev580+g99ebbf1
And then
>>> import cellrank as cr
>>> scv.tl.velocity_graph(adata, mode_neighbors='connectivities')
…
-
## Reported result
Based on MMFE features, an improvement in the classification accuracy of term-preterm deliveries was achieved, with a maximum area under the curve (AUC) value of 0.99.
## Feat…
-
I'm thinking like an alkane based off of a 3:1 beads
@ahy3nz ?
-
Need Python routines to interact with restart files. Something like
```
state = get_restart_state(restart_dirname)
fv3gfs.set_state(state)
```
should set the model state to what is specified in t…
-
Eric Vanden-Eijnden recently [published a nice paper](http://arxiv.org/abs/1605.01150) on a new approach for finding core sets for coarse-graining. Has anyone started to implement this scheme into pye…
-
To use `mppnccombine` from the fre-nctools to combine subtiles of coarse-grained data, we would need to write the correct `domain_decomposition` metadata in the coarsening methods (e.g. block_average)…
-
We pass around `composition` a lot and end up documenting it in several places. Should we just give it a struct?