getFcsFiles | R Documentation |
Retrieves the list of FCS files in an experiment. This does not download the FCS files themselves; this only returns information about the FCS files. Only returns non-control FCS files unless "includeControls"=T is passed in params.
getFcsFiles(experimentId, params = list())
experimentId |
ID of experiment. |
params |
Optional query parameters. |
## Not run:
# List all FCS files in the experiment
getFcsFiles(experimentId)
# List the filename of the the first five files
getFcsFiles(experimentId, params = list("limit" = "5", "fields" = "+filename"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.