scnym icon indicating copy to clipboard operation
scnym copied to clipboard

Semi-supervised adversarial neural networks for classification of single cell transcriptomics data

Results 12 scnym issues
Sort by recently updated
recently updated
newest added

scNym requires log(CPMs) rather than raw counts. This requirement makes scNym unusable for large datasets, since log(CPMs) require a dense matrix, and dense matrices usually can't fit in memory for...

I am encountering a RuntimeError related to mismatched tensor devices during training when using scnym_api with GPU. The error occurs when indexing tensors during the training process, and it seems...