-
### Description
Currently the Eigenvalues of the original correlation matrix are reported, i.e., these are the Eigenvalues associated with principal components and not common factors. Therefore, I su…
-
There's so much fascinating work in this repo, really amazing stuff! It got me thinking about options for Bayesian inference with these data, and here's my attempt at a workflow using the RevBayes pro…
-
I am not sure if there's a solution, much less one that could happen at the unconf. If it's just a lament, we can close this and move on. But the discussion on #69 has this on my mind and maybe some…
-
Hi
could you please help me add metadata to a gds created from VCF.
I have cryptic sample IDs and want to add a new node for real names (as example)
These names are stored in a vector of same lengt…
-
Hi!
I am currently using cryoDRGN v3.3.3 and have been working with the analyze_landscape command. From my understanding, this command performs PCA on the 1000 volumes from the kmeans1000 directory…
-
[https://amueller.github.io/dabl/dev/user_guide.html](https://amueller.github.io/dabl/dev/user_guide.html)
`dabl.plot(titanic, 'survived')`
Error:
```
...\.venv\lib\site-packages\dabl\plot\sup…
-
Hi!
Our scRNA-seq data was processed using the Seurat package. In order to run scDRS with our scRNA-seq data, I first converted the Seurat object saved as an RDS file to an h5ad file using the foll…
-
Hello,
I was wondering if there is a way to get additional output when adjusting for covariates, so that it is possible to:
1) output the PSI values at the sample level after covariate fitting? Righ…
-
## Context: the new `global_random_seed` fixture
#22749 introduces a new `global_random_seed` fixture to make it possible to run the same test with any seed between 0 and 99 included. By default, w…
-
**How many people have the job title of "Lawyer" ?**
```python
select_lawyer = sal['Job'] == 'Lawyer'
sal[select_lawyer].shape[0]
```
Could've been done with
```python
sum(sal['Job']=='…