We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Development of LIANA keeps going but most of the efforts are currently only in Python - to be ported also to R in the future.
Please check: https://liana-py.readthedocs.io/en/latest/ and https://github.com/saezlab/liana-py
While we work on porting LIANA+ to R, for easy conversion from R to Python, we recommend using Zellkonverter.
One can save a SingleCellExperiment object using the zellkonverter:writeH5AD function, and reload the resulting AnnData in Python
zellkonverter:writeH5AD
Converting from Seurat to SingleCellExperiment is also straightforward using the Seurat:as.SingleCellExperiment function.
Seurat:as.SingleCellExperiment
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Development of LIANA keeps going but most of the efforts are currently only in Python - to be ported also to R in the future.
Please check: https://liana-py.readthedocs.io/en/latest/
and https://github.com/saezlab/liana-py
While we work on porting LIANA+ to R, for easy conversion from R to Python, we recommend using Zellkonverter.
One can save a SingleCellExperiment object using the
zellkonverter:writeH5AD
function, and reload the resulting AnnData in PythonConverting from Seurat to SingleCellExperiment is also straightforward using the
Seurat:as.SingleCellExperiment
function.The text was updated successfully, but these errors were encountered: