Skip to main content

REVEALER#TODO

Project description

eREVEALER

eREVEALER (enhanced REpeated eValuation of variablEs conditionAL Entropy and Redundancy) is a method for identifying groups of genomic alterations that together associate with a functional activation, gene dependency or drug response profile. The combination of these alterations explains a larger fraction of samples displaying functional target activation or sensitivity than any individual alteration considered in isolation. eREVEALER can be applied to a wide variety of problems and allows prior relevant background knowledge to be incorporated into the model. Compared to original REVEALER, eREVEALER can work on much larger sample size with much higher speed.

Installation

REVEALER2 can be used in command line, jupyter notebook, and GenePattern. To use in command line or jupyter notebook, user need to install REVEALER2 with following code:

$ pip install revealer

Example of using eREVEALER in jupyter notebook can be found here. REVEALER2 can also be found in GenePattern and directly run on GenePattern server. Details can be found here(link to genepattern module to be added).

REVEALER2 is separated into two parts: REVEALER_preprocess and REVEALER. If you start with MAF file or GCT file that you want to have a further filtering, then you should run REVEALER_process and then use output as input for REVEALER. If you have ready-to-use GCT format matrix, then you can directly run REVEALER. Explanation and general usage about REVEALER_preprocess and REVEALER are provided below. For detailed documentation regarding each parameter and workflow, please check individual documentation for REVEALER_preprocess and REVEALER

REVEALER Example

For the preprocessing step, there are few modes available. Detailed explanations of different mode is available in GenePattern documentation. Below are example codes for different mode.

Following is command line version of the example in the here.

First, download example input file for CCLE dataset maf file from this link https://depmap.org/portal/download/all/?releasename=DepMap+Public+23Q2&filename=OmicsSomaticMutations.csv then put in sample_input folder(or anywhere as long as you indicate in command).

Run file preprocessing:

$ REVEALER_preprocess \
	--mode class \
	--input_file example_notebook/sample_input/OmicsSomaticMutations.csv \
	--protein_change_identifier ProteinChange \
	--file_separator , \
	--col_genename HugoSymbol \
	--col_class VariantType \
	--col_sample ModelID \
	--prefix CCLE \
	--out_folder example_notebook/sample_input/CCLE

This step is to convert annotation from DepMap to CCLE.

$ python example_notebook/DepMapToCCLE.py example_notebook/sample_input/NameConvert.csv example_notebook/sample_input/CCLE_class.gct example_notebook/sample_input/CCLE_class_rename.gct

Run REVEALER with generated file and NFE2L2 signature:

$ REVEALER \
	--target_file example_notebook/sample_input/CCLE_complete_sigs.gct
	--feature_file example_notebook/sample_input/CCLE_class.gct
	--out_folder example_notebook/sample_output/NRF2
	--prefix CCLE_NRF2
	--target_name NFE2L2.V2
	--if_pvalue False
	--if_bootstrap False
	--gene_locus example_notebook/sample_input/allgeneLocus.txt
	--tissue_file example_notebook/sample_input/TissueType_CCLE.gct

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

REVEALER-2.1.1.tar.gz (2.1 MB view details)

Uploaded Source

Built Distribution

REVEALER-2.1.1-cp39-cp39-manylinux1_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.9

File details

Details for the file REVEALER-2.1.1.tar.gz.

File metadata

  • Download URL: REVEALER-2.1.1.tar.gz
  • Upload date:
  • Size: 2.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for REVEALER-2.1.1.tar.gz
Algorithm Hash digest
SHA256 282b59844bce7022ef3745b669b6431146b82b1474fae3ad17de31e320ad7ebd
MD5 aaa8bcb10f90ef05ab05df23ad5eedcf
BLAKE2b-256 a3f43cc8b6a968b0e802d196726cef2dc565b86bc24def580a5e2c61cf83deed

See more details on using hashes here.

File details

Details for the file REVEALER-2.1.1-cp39-cp39-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for REVEALER-2.1.1-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 25d315338bb5691bba11f9212e7e9d1b68c73d9f079e82c4aa18e0b2300206ef
MD5 3860b1e83a714f17f259b60e3f626cb4
BLAKE2b-256 6326d74953e28af5216b284881692c922b85cb0cde8bc4df33f6eef2fc234d5a

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