Description Usage Arguments Author(s) Examples
Exports cluster events from each file
1 2 | citrus.exportCluster(clusterId, citrus.clustering, citrus.combinedFCSSet,
outputDirectory, conditions = NULL)
|
clusterId |
ID of cluster to be exported |
citrus.clustering |
|
citrus.combinedFCSSet |
|
outputDirectory |
Where cluster data should be exported to. |
conditions |
If not |
Robert Bruggner
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # Where the data lives
dataDirectory = file.path(system.file(package = "citrus"),"extdata","example1")
# Create list of files to be analyzed
fileList = data.frame("unstim"=list.files(dataDirectory,pattern=".fcs"))
# Read the data
citrus.combinedFCSSet = citrus.readFCSSet(dataDirectory,fileList)
# List of columns to be used for clustering
clusteringColumns = c("Red","Blue")
# Cluster data
citrus.clustering = citrus.cluster(citrus.combinedFCSSet,clusteringColumns)
# Export Cluster
# citrus.exportCluster(clusterId=19500,citrus.clustering,citrus.combinedFCSSset,outputDirectory="/PATH/TO/DIRECTORY/")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.