getfcsfiles: Gets fcs ID numbers and sample names from a given experiment

Description Usage Arguments Value Examples

Description

Gets fcs ID numbers and sample names from a given experiment

Usage

1
getfcsfiles(exptno, cyto_session)

Arguments

exptno

- Integer representing an experiment ID on Cytobank account

cyto_session

- API authentication token for session

Value

Returns a list of fcs file IDs with names of fcs files as names of list

Examples

1
2
3
4
library(CytobankAPI)
cyto_session <- authenticate(site="premium", username="myusername", password="mypassword")
exptno<-2
getfcsfiles(exptno,cyto_session)

athrom/CytobankAPIstats documentation built on May 14, 2019, 5:24 p.m.