This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env Rscript | |
# Run this script in your SPADE analysis directory. You will need | |
# to copy some lines from your runSPADE.R file. | |
# Set the panel files as the vector of all the files, with the "parent" file as the reference_file. | |
PANELS <- list( | |
list( | |
panel_files=c("20071001-u937.002.fcs"), | |
median_cols=NULL, |