Description Usage Arguments Value Examples
Gets fcs ID numbers and sample names from a given experiment
| 1 | getfcsfiles(exptno, cyto_session)
 | 
| exptno | - Integer representing an experiment ID on Cytobank account | 
| cyto_session | - API authentication token for session | 
Returns a list of fcs file IDs with names of fcs files as names of list
| 1 2 3 4 | library(CytobankAPI)
cyto_session <- authenticate(site="premium", username="myusername", password="mypassword")
exptno<-2
getfcsfiles(exptno,cyto_session)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.