Single Cell RNA Sequencing Marker Selection Package
Project description
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/.
Project details
Release history Release notifications | RSS feed
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
Hashes for picturedrocks-1.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1429916c07f64e9c55acdbf1285dcc685518258b4864d34ed76f8168fdd30091 |
|
MD5 | 3afb31a269115926206ce489046df9cc |
|
BLAKE2b-256 | 18f8f2c881480fbe5010f98892fa199c7a8940ee27bdff76e4c1530d012819dc |