Description Usage Arguments Details Examples
This function will take an expression set class after flow sorting, and train to identify cells that failed to pass the gates.
1 | flow_svm(input, pcnames)
|
input |
the input data ex_sc |
This will take an expression set class and classify cells via SVM that did not pass the gates. Note that the SVM parameters are all defaults. You are encourages to modify this function to suit your purposes. This will do SVM training and classification on the Components that were fed INTO tSNE.
1 | flow_svm(input = sc_dat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.