PicturedRocks Single Cell Analysis Tool
PicturedRocks is a python package that implements information-theoretic feature selection algorithms.
Usage
To install the latest GitHub version of PicturedRocks, do an "editable" installation of PicturedRocks:
git clone git@github.com:umangv/picturedrocks.git
cd picturedrocks
pip install -e .
PicturedRocks in compatible with scanpy and uses its AnnData objects. Most methods require cluster labels to be loaded.
from picturedrocks.read import read_clusts, process_clusts
adata = read_clusts(adata, "clust_labels.csv")
adata = process_clusts(adata)
More detailed information can be found on the online documentation.
Code Style
Pull requests are welcome. Please use numpy-style docstrings and format your code with black.
Copyright
Copyright © 2017-2019 Umang Varma, Anna Gilbert
PicturedRocks is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
PicturedRocks is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with PicturedRocks. If not, see http://www.gnu.org/licenses/.
Release files for picturedrocks 1.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| picturedrocks-1.0.2.tar.gz | 290.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| picturedrocks-1.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 332.7 kB
Release files / picturedrocks-1.0.2.tar.gz
| Download URL | picturedrocks-1.0.2.tar.gz |
|---|---|
| Size | 290.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4c0e4e987960afc9b658bcfe1aa96dbb81f94ad6882d462c0ea03ce70a201895
|
|
BLAKE2b-256 checksum How to use checksums |
5f81179daf864873d8e79544308173e8e6791befdb0bdf1f26b64132342ed890
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.6.7
|
Release files / picturedrocks-1.0.2-py3-none-any.whl
| Download URL | picturedrocks-1.0.2-py3-none-any.whl |
|---|---|
| Size | 42.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1429916c07f64e9c55acdbf1285dcc685518258b4864d34ed76f8168fdd30091
|
|
BLAKE2b-256 checksum How to use checksums |
18f8f2c881480fbe5010f98892fa199c7a8940ee27bdff76e4c1530d012819dc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.6.7
|