Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions packages/Spectra/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Spectra
description: |
Spectra is a supervised factor analysis method that fits a seeded matrix factorization using either gene sets or a graph.
project_home: https://github.com/dpeerlab/spectra
documentation_home: https://github.com/dpeerlab/spectra/blob/main/README.md
tutorials_home: https://github.com/dpeerlab/spectra/blob/main/notebooks/Spectra_Colaboratory_tutorial.ipynb
publications:
- 10.1101/2022.12.20.521311
install:
pypi: scSpectra
tags:
- matrix factorization , factor analysis, single cell , gene set analysis, gene expression
license: MIT
version: 0.2.0
authors:
- wallet-maker
- russelkune
- tobiaspk
test_command: |
pip install "." && pytest