Rohan Koodli
Rohan Koodli
Latent space from JPVI, matching the one from the [PeakVI tutorial](https://docs.scvi-tools.org/en/0.15.1/tutorials/notebooks/PeakVI.html)
@jjhong922 @romain-lopez I'm unable to reproduce this error when using < 10 proteins. Code: ```python import pandas as pd import numpy as np import matplotlib.pyplot as plt import scvi import...
Can encode base pairings (G-C, G-U, A-U) as one-hots. Current encoding of labels: `[0, 0, 0, 1] # A, U, G, C` New method of encoding: `[0, 0, 0, 0,...