getFcsFile.Rd
Retrieves an FCS file. This retrieves metadata about the file, but does not retrieve the file's contents.
getFcsFile(experimentId, fcsFileId, params = list())
if (FALSE) { # \dontrun{
# Retrieve by ID
getFcsFile(experimentId, fcsFileId)
# Lookup by name
getFcsFile(experimentId, byName("Sample 1.fcs"))
} # }