Coder Social home page Coder Social logo

cci's Introduction

CCI

We developed a new approach, counterpart composite index (CCI), to search healthy counterpart of each leukemia cell subpopulation by integrating multiple statistics to project leukemia cells onto healthy hematopoietic cells. CCI combines multiple measures, i.e. expression difference, networks, embedding space in dimension reduction, GSEA et al., to improve statistical power. Facilitated by the comprehensive cell atlas of BMMCs and HSPCs, CCI project leukemia subclones to normal cells to characterize the cell types or progressive status of leukemias.

Run this line of code to start the calculation :

python CCI_main.py comment.txt

The test_data could be used directly.

The file comment.txt is something like :

Input -o ALL
Input -e Path_to_expression_file
Input -i Path_to_identity_file
Output -o Path_to_write_the_results
Corr -c 10000 -a 5 -m 0.05
Diff -c 10000 -a 5 -m 0.05
PCA -c 10000 -a 1 -n 30
KPCA -c 10000 -a 1 -n 30 -k cosine
ICA -c 10000 -a 1 -n 30
FA -c 10000 -a 1 -n 30
LDA -c 10000 -a 1 -n max
TSVD -c 10000 -a 1 -n 30

The output contains three kinds of files :

Mean file :
..._Method_mean.txt : The median matrix of multiple calculations

BF file :
..._Method_BF.txt : The BF matrix of multiple calculations

Information file :
..._infor.txt : The information of calculations and data

comment meaning
Input -o Not useful at the moment , but need to equal to ALL
Input -e Path to the expression file
Input -i Path to the identity file
Output -o Path to write the results
Corr Calculate the Correlation Coefficient of all the expression data of two cellular genes
Diff Calculate the average Euclidean Distance of all the expression data of two cellular genes
PCA Calculate the average Euclidean Distance of all the expression data of two cellular genes after PCA dimensionality reduction
KPCA Calculate the average Euclidean Distance of all the expression data of two cellular genes after Kernel PCA dimensionality reduction
ICA Calculate the average Euclidean Distance of all the expression data of two cellular genes after ICA dimensionality reduction
FA Calculate the average Euclidean Distance of all the expression data of two cellular genes after Factor Analysis dimensionality reduction
LDA Calculate the average Euclidean Distance of all the expression data of two cellular genes after Linear Discriminant Analysis dimensionality reduction
TSVD Calculate the average Euclidean Distance of all the expression data of two cellular genes after Truncated SVD dimensionality reduction
-c Number of calculations
-a Number of cells to get an average cell
-n Number of data dimensions left after dimension reduction. If -n max in LDA model, it means that n = min(num_features, mun_groups)-1
-m Limit of the rate of genes where both tow average cells have meaningful expression value
-k The kernel function used in Kernel PCA
# Make a line of commands invalid

cci's People

Contributors

c235gsy avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.