mappingQueryTranscriptomic: Mapping query transcriptomic profile against the reference...

Description Usage Arguments Value Author(s) Examples

View source: R/CMEA.R

Description

We map the query profile (Q) of fold change of gene expression versus reference repository of transcriptomic data (T) to detect similarities among these profiles (s). First, we convert the query and backend repository of transcription profiles to the Boolean expression and replace up-regulated values with one and down regulated values with zero. We provide a confusion matrix for the intersection of the query with each of the transcriptomic profiles in the reference repository. Next, we use the confusion matrices to score the similarity between the query and reference transcription profiles based on the Matthew correlation value.

Usage

1
2

Arguments

Query_Transcriptomic_Profile

A data frame including expression level of 978 land mark genes in response to treatment with an indicated drugs/small compound molecule (row drug/small molecule compound ID, and column land mark gene symbols)

Transcriptomic_Profile

A data frame including expression level of 978 land mark genes in response to treatment with 162 drugs/small compound molecules (row drug/small molecule compound ID, and column land mark gene symbols)

Cell_Morphology_Profile

A data frame including profiles of 812 cell morphological features of 162 drugs/small compound molecules (row drug/small molecule compound ID, and column cell morphological features)

Value

1. A data frame including profiles of cell morphological features of similar drugs/small compound molecules with query (row drug/small molecule compound ID, and column cell morphological features); 3. A data frame including gene expression profiles of similar drugs/small compound molecules with query (row drug/small molecule compound ID, and column gene symbol).

Author(s)

Isar Nassiri, Matthew McCall

Examples

1
2
3
4

isarnassiri/CMEA documentation built on May 18, 2021, 4:42 a.m.