Miaoyuanyuan

Results 2 issues of Miaoyuanyuan

Hi~Dr, thank you for your package. I would like to ask, beluga model is pre-trained with hg19, while the scRNA-seq data is mapped to GRCh38 genome version, so is it...

model.compile(loss=loss_fn, optimizer=optimizer, metrics=[tf.keras.metrics.AUC(curve='ROC', multi_label=True), tf.keras.metrics.AUC(curve='PR', multi_label=True)]) I would like to ask if multi_label=True is used in the optimization of the model, which is equivalent to calculating AUC per cell and...