if (FALSE) # Authenticate via username/password
cyto_session <- authenticate(site="premium", username="cyril_cytometry", password="cytobank_rocks!")
# Authenticate via auth_token
cyto_session <- authenticate(site="premium", auth_token="my_secret_auth_token")
if (FALSE) # Full panel list with all fields present, with a dataframe of channels
panels.list(cyto_session, 22)
# Raw list of all panels with all fields present
panels.list(cyto_session, 22, output="raw")
if (FALSE) # Full panel info with all fields present
panels.show(cyto_session, 22, panel_id=2)
Run the code above in your browser using DataLab