-
**Is your feature request related to a problem? Please describe.**
If I've gone through the trouble of making a scVI --> UMAP representation I'd *like* if I could "keep" the exisiting UMAP projection…
-
Do you have any advice for how to think of the 3D matrix? I'm having trouble conceptualizing it, which is making it hard to think about what it's doing/how it works. It's basically got a sheet like in…
-
I’m hoping that you may be able to provide some advice about how to set up my measurement model. My datasets do not include incidence data as shown in most of the papers I have looked. Instead, I have…
-
### brief description of the model
I'm attempting to implement a pure random walk model in which the underlying data generating process is described by where y is a proportion between [0, 1]. The un…
-
I am trying to estimate unobserved economy using MIMIC model. I
thmodel = '
c =~ TO + GDPPC + UR + SG + FF + RL + CC + GS
i =~ CIC + LFP + CG
c ~~ pi*i
'
thfit = sem(thmodel, sample.cov =…
-
We are having problems when we combine 6 of our CITE-seq datasets. The workflow is fine when we just use 2 of the datasets combined, but when we use all 6 I can never get the training step to work. …
-
Hi,
I would like to do an association test and estimate the effect size with the -doAsso 5 option. I have estimated the genotype likelihoods using this command:
```
module load moab torque op…
-
According to rstan, the following model will not work in future:
```
functions{
int[] vecequals(int[] a, int test, int comparison){ //do indices of a match test condition?
int check[size…
-
Hi @kingaa! While I understand that pomp mostly deals with models where the likelihood of the process is unknown, I'd like to use some pseudolikelihood approaches where I specify (or misspecify) dproc…
-
Dear Will,
I read with a lot of interest your glm-pca article. It is very well explained and I am sure it sheds a lot of light on the math behind SC data - and it is just what is needed in this fie…