Git Product home page Git Product logo

singlecell's Introduction

Single-cell RNA sequencing for lung adenocarcinoma

In order to separate malignant tumor cells from non-malignant cells, we calculate CNV aberrations inferring the perturbation of chromosomal gene expression.

  1. Adjusting the proportion of putative malignant cells below 20%.
  2. Filter out less informative genes (default : less than 10 cells and mean expression of less than 0.1 at log2 scale).
  3. Transformation into Z-score and limit the scale -3 to 3.
  4. Sorting the genes by their chromosomal position and estimate CNV signals using the window size (default = 100 genes).
  5. Summarize CNV signal with two parameters and classify malignant cells and non-malignant cells.
  • CNV signals (MS, Mean of Squares) : Mean squares of estimates across all windows.
  • CORR (Correlation with the high CNV signal cells) : Correlation of the CNV of each cell with the average of the top5% cells.
  • Malignant cells were classified if their CNV signals (MS) > 0.02 or CNV correlation (CORR) > 0.2.

Example code

After download the codes, run example data using 'calc_Chromosomal_Expression_Pattern.R'.

singlecell's People

Contributors

sgi-lungcancer 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.