Maxout-inferred SNV-based cancer prediction model
Project description
MiScan_core
Maxout-inferred SNV-based cancer prediction model | Apache Software License
Tutorial
installation
- install through
pip
pip install MiScan -i https://pypi.python.org/pypi
- install through docker
docker pull jefferyustc/miscan_command_line:v0.2.1
usage-commandline
MiScan --vcf /Users/jeffery/Downloads/SRR5447191.combined.filtered.vcf -o outputs --weight /Users/jeffery/workspace/projects/outputs/_MiScan_weights.hdf5
or with below command:
python -m MiScan --vcf /Users/jeffery/Downloads/SRR5447191.combined.filtered.vcf -o outputs --weight /Users/jeffery/workspace/projects/outputs/_MiScan_weights.hdf5
if with docker:
docker run --name miscan_cli_test -it -v /path/to/data:/path/in/docker 9fd
MiScan -o test_outputs --vcf ../model/SRR5447191.combined.filtered.vcf --weight ../model/_MiScan_weights.hdf5
usage-script
from MiScan import miscan_main
miscan_main(
outDir='./outputs',
inVcf='/Users/jeffery/Downloads/SRR5447191.combined.filtered.vcf',
model_weight='/Users/jeffery/workspace/projects/outputs/_MiScan_weights.hdf5'
)
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
MiScan-0.1rc1.tar.gz
(7.1 kB
view details)
Built Distribution
MiScan-0.1rc1-py3-none-any.whl
(409.2 kB
view details)
File details
Details for the file MiScan-0.1rc1.tar.gz
.
File metadata
- Download URL: MiScan-0.1rc1.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98d711ccf42f5f5b1f5abc2623099bb26e143ac3ed97341529cc84f578bb717b |
|
MD5 | f9bf27cf06aadb72b03f075b726f3d08 |
|
BLAKE2b-256 | ebca2a8ae81dcec492dd1ffb119785d5fd0e57708c0dc75f0841fe9e24691814 |
File details
Details for the file MiScan-0.1rc1-py3-none-any.whl
.
File metadata
- Download URL: MiScan-0.1rc1-py3-none-any.whl
- Upload date:
- Size: 409.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1438d6726e5b9561f2195386fe3c82b3dd73b738961c50de6509c2f93cf5d295 |
|
MD5 | 63b6985532aac9b829035e7b1ae3faeb |
|
BLAKE2b-256 | f621a58cd294d7f42ff78664d7cc50d8e1f6677c6c8cc0da1c7823b151c86c26 |