powered by
Gets fcs ID numbers and sample names from a given experiment
getfcsfiles(exptno, cyto_session)
- Integer representing an experiment ID on Cytobank account
- API authentication token for session
Returns a list of fcs file IDs with names of fcs files as names of list
# NOT RUN { library(CytobankAPI) cyto_session <- authenticate(site="premium", username="myusername", password="mypassword") exptno<-2 getfcsfiles(exptno,cyto_session) # }
Run the code above in your browser using DataLab