debarcode_fcs | R Documentation |
Takes all the parameters as input, does everything and writes back the FCS files
debarcode_fcs( fcs, bc.key, output.dir, output.basename, sep.threshold, mahal.dist.threshold = 30 )
fcs |
The input |
bc.key |
The barcode key, as returned by |
output.dir |
The output directory |
output.basename |
The basename of the output files. For each debarcoded sample, the sample label will be appended to this basename |
sep.threshold |
The minimum seperation between the lowest barcode channel, and the highest non-barcode channel.
The data will be normalized before doing the assignments, therefore this number will typically be in |
mahal.dist.threshold |
The maximum squared Mahalanobis distance between each event and the centroid of the population that event has been assigned to. This is for further filtering the barcode assignments and it is not always necessary. Events with distance above this threshold are left unassigned. The distance is capped at 30, therefore the default value of this option corresponds to no filtering |
For each debarcoded sample, a new FCS file is created in the output directory. Unassigned events are written in a separate file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.