Git Product home page Git Product logo

scal's Introduction

scAL

An active learning approach for clustering single-cell RNA-seq data

model

Example

python Run_AL.py --data ./Datasets/10X_PBMC_select_2100_top2000.h5 --sn 50 --k 20 --budget 800 --split 0.7 --model SVM --method E --seed 1026

Arguments

--data: the scRNA-seq data count matrix.
--sn: size of the initial training set.
--k: added cells in each active learning iteration.
--budget: total cells that can be labeled by oracle.
--split: train/test split ratio.
--model: classifer used in active learning model. Options: 1) SVM; 2) LR (logistic regression); 3) RF (random forest); 4) MLP (multilayer proception).
--method: sammple seletion algorithm. Options: E: entropy; M: margin; L: likelihood.
--seed: randomness

Cite this work

Lin, X., Liu, H., Wei, Z., Roy, S. B., & Gao, N. (2022). An active learning approach for clustering single-cell RNA-seq data. Laboratory Investigation, 102(3), 227-235.

scal's People

Contributors

xianglin226 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

ahmad-jarif

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.