Citation¶
TL;DR
Cite Liu, Huang, Yang, Nucleic Acids Research (2023) for the Matilda method. The R package wraps the same method, so the paper is the primary citation. The BibTeX entry below is ready to drop into your reference manager.
If you use Matilda in your research, please cite:
The paper¶
Liu C, Huang H, Yang P. Multi-task learning from multimodal single-cell omics with Matilda. Nucleic Acids Research, 51(8), e45 (2023). https://doi.org/10.1093/nar/gkad157
BibTeX¶
matilda.bib
@article{liu2023multi,
title = {Multi-task learning from multimodal single-cell omics with Matilda},
author = {Liu, Chunlei and Huang, Hao and Yang, Pengyi},
journal = {Nucleic Acids Research},
volume = {51},
number = {8},
pages = {e45--e45},
year = {2023},
publisher = {Oxford University Press},
doi = {10.1093/nar/gkad157}
}
To cite the R package¶
The R package (matilda) is an interface to the same method, released under the
Apache-2.0 license. Please cite the paper above for the method; you may additionally
acknowledge the matilda R package by name and version (0.99.0) when describing your
software environment.