Description Usage Arguments Value Examples
Create a consensus from several classification vectors, cross tabulate the population composition and save an image of the cytograms
1 2 | censusFile(opp.path, map.margin=2, output.path=getCruisePath(opp.path),
def.path=paste(getCruisePath(opp.path),'pop.def.tab',sep=''), transform=TRUE)
|
opp.path |
Path to OPP event file. |
map.margin |
Margin in latitude/longitude around the map plots. |
output.path |
Path to the directory where you wish to output data. |
def.path |
Path to the file that defines how to gate & cluster the events into populations. |
transform |
To save the cytograms as log-transformed data |
a one dimentional consensus vector file (one column) and a one dimentional cross tabulation file (one row) both writen to disk
1 2 3 4 5 6 7 8 9 10 11 12 | example.cruise.name <- 'seaflow_cruise'
temp.dir <- '.'
seaflow.path <- system.file("extdata", example.cruise.name, package="flowPhyto")
file.copy(from=seaflow.path, to=temp.dir, recursive=TRUE)
#opp.in.path <- system.file("extdata","seaflow_cruise","2011_001", "1.evt.opp",
# package="flowPhyto")
opp.out.path <- paste(temp.dir,'/',example.cruise.name,'/2011_001/1.evt.opp',sep='')
censusFile(opp.path=opp.out.path, map.margin=.5)
unlink(example.cruise.name, recursive=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.