Skip to main content

Maxout-inferred SNV-based cancer prediction model

Project description

MiScan

Maxout-inferred SNV-based cancer prediction model | Apache Software License

Tutorial

Dependency data download

  To predict breast cancer risk with MiScan, Users firstly needs to do:

  • VCF Files

    We recommend using whole exon sequencing data to obtain individual variation information, but the results of whole genome sequencing and full-length RNA-seq data are also compatible with the model. Please download test VCF files from FTP

  • Maxout model weight

    Users also need a MiScan model weight to perform prediction, well-trained model weight can be downloaded from here

installation

  • install through pip

    for linux or Mac OS user, MiScan can be installed easily using pip

pip install MiScan -i https://pypi.python.org/pypi
  • install through docker

    for windows user, we provide a Docker version for convenient.

docker pull jefferyustc/miscan_command_line:v0.2.1
docker run --name miscan_cli_test -it -v /path/to/data:/path/in/docker 9fd

  More over, Docker Fileis available in the project directory, build it youself if you'd like to.

usage-commandline

Suppose your VCF file and weight are placed in the $dir directory.

MiScan --vcf $dir/SRR5447191.combined.filtered.vcf -o outputs --weight $dir/_MiScan_weights.hdf5

or with below command:

python -m MiScan --vcf $dir/SRR5447191.combined.filtered.vcf -o outputs --weight $dir/_MiScan_weights.hdf5

if with docker, the path of VCF file or weight path shoule be path in Docker environment:

MiScan -o test_outputs --vcf $dir_in_docker/SRR5447191.combined.filtered.vcf --weight $dir_in_docker/_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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

MiScan-1.0.0.tar.gz (7.6 kB view details)

Uploaded Source

Built Distribution

MiScan-1.0.0-py3-none-any.whl (409.6 kB view details)

Uploaded Python 3

File details

Details for the file MiScan-1.0.0.tar.gz.

File metadata

  • Download URL: MiScan-1.0.0.tar.gz
  • Upload date:
  • Size: 7.6 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

Hashes for MiScan-1.0.0.tar.gz
Algorithm Hash digest
SHA256 12be0926c6f580d35d7cc426295fa3ebab8a56ad8ef56f7d111feeb4a6b5ef8a
MD5 99b795ca805fd68bf5c42a3ea06e85b4
BLAKE2b-256 db4b8772a948dc06b9b482acc4758e2572a7aac3230615613e0fc8cd83474766

See more details on using hashes here.

File details

Details for the file MiScan-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: MiScan-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 409.6 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

Hashes for MiScan-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4a3beef746ec46cc4bef8f01d477156239a9bddffeb7eef6187ed970940416a2
MD5 9e954ba4f5996e363240041d1bbd2eb4
BLAKE2b-256 4a79a3164ae751323089b38830ba7b796847744045c809ba2c47d6bdd43600b4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page