getFcsFile | R Documentation |
Retrieves an FCS file. This retrieves metadata about the file, but does not retrieve the file's contents.
getFcsFile(experimentId, fcsFileId, params = list())
experimentId |
ID of experiment. |
fcsFileId |
ID of FCS file. |
params |
Optional query parameters. |
## Not run:
# Retrieve by ID
getFcsFile(experimentId, fcsFileId)
# Lookup by name
getFcsFile(experimentId, byName("Sample 1.fcs"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.