Description Usage Arguments Value Examples
This is meant to serve as a control for the basic "unstim" and "stim" pipeline that is generally used within this package. If phosphoproteins are being compared across conditions, for example, then there should be no difference in the case that you split the same file and compare the two halves.
1 2 |
file |
the file we're going to split |
transform |
if set to asinh, performs asinh transformation on all markers of the dataset |
numcells |
the number of total cells to be subsampled to, set at 10k for default |
norm |
boolean of whether data should be quantile normalized |
scale |
boolean of whether data should be z-scored |
input.markers |
vector of strings indicating the markers to be used as input |
tibble containing original markers and all values calculated by SCONE
1 2 3 | file <- system.file("extdata", "Bendall_et_al_Cell_Sample_C_basal.fcs",
package = "Sconify")
SplitFile(file, input.markers = input.markers)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.