cfRNA
Project description
CellFreeGMF v0.0.3
Overview
we developed CellFreeGMF, an open-source Python package to identify cfRNA biomarkers and analyze the functional alterations in their originating cells. CellFreeGMF not only enables diagnostic classification of disease samples and identification of cfRNA biomarkers but also elucidate the functional alterations of cfRNA source cells based on cell-free transcriptome and single-cell sequencing data.
Getting started
See Documentation and Tutorials.
Installation
1.1 Software dependencies
scanpy
pytorch
pyG
rpy2
The use of the mclust algorithm requires the rpy2 package and the mclust package. See https://pypi.org/project/rpy2/ for detail.
1.2 PyPI: Directly install the package from PyPI.
pip3 install CellFreeGMF
#Note: you need to make sure that the pip is for python3,or we should install CellFreeGMF by
python3 -m pip install CellFreeGMF
pip3 install CellFreeGMF
#If you do not have permission (when you get a permission denied error), you should install CellFreeGMF by
pip3 install --user CellFreeGMF
1.3 Github
Download the package from Github (https://github.com//zwx94//CellFreeGMF) and install it locally:
cd CellFreeGMF-main
python setup.py build
python setup.py install
1.4 Anaconda
If you do not have Python3.5 or Python3.6 installed, consider installing Anaconda (see Installing Anaconda). After installing Anaconda, you can create a new environment, for example, CellFreeGMF (you can change to any name you like).
#create an environment called CellFreeGMF
conda create -n CellFreeGMF python=3.10
#activate your environment
conda activate CellFreeGMF
git clone https://github.com//zwx94//CellFreeGMF
cd CellFreeGMF
python3 setup.py build
python3 setup.py install
conda deactivate
Citation
Wenxiang Zhang, et al. "From Cell-Free Transcriptomes to Single-Cell Landscapes: Biomarker Discovery and Originating Cell Alteration Analysis via Graph Matrix Factorization." Submitted.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cellfreegmf-0.0.3.tar.gz.
File metadata
- Download URL: cellfreegmf-0.0.3.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7ac8d730a5209299e93c16283616f4529f3dba3f20b50109fcabe70c10a8bbf
|
|
| MD5 |
2b22d2b03cbbcf3f328ce8ad75dbe323
|
|
| BLAKE2b-256 |
53c7f2ab82fea1a4675d1c9324d940fadfe76e02ee1c6346f61c5fcabc273fab
|
File details
Details for the file cellfreegmf-0.0.3-py3-none-any.whl.
File metadata
- Download URL: cellfreegmf-0.0.3-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4af7f34ffa0f900b8cad8ca49e080712beab5e93620e1931ac8d9c27da4b609
|
|
| MD5 |
29b2c8b1261709fc91bf0abef0d53d58
|
|
| BLAKE2b-256 |
9f45db770c2f46ef526321c3f040c3f49f59fd368de6b9548257b4f1d26727d3
|