View source: R/match_fcs_and_wsp.R
match_fcs_and_wsp | R Documentation |
Find out in which FlowJo workspaces FCS files have been analyzed.
match_fcs_and_wsp(
FCS.file.folder = NULL,
FCS.file.paths = NULL,
exclude.folders = NULL,
wsp
)
FCS.file.folder |
one or more absolute paths to folder containing FCS files; will be scanned for .fcs files recursively (subfolder as well) |
FCS.file.paths |
absolute paths to to FCS files |
exclude.folders |
folders to exclude; if any of these strings appears in the absolute path to a fcs file this file will be excluded |
wsp |
one or more absolute paths to flowjo workspaces on disk |
a data.frame of matched (joined) information about fcs files on disk and fcs files referred to in flowjo workspaced
## Not run:
match_fcs_and_wsp(FCS.file.folder = file.path(wd, "FCS_files"), ws = "mypath/my.wsp")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.