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

Description Usage Arguments Value Examples

View source: R/getfcsfiles.R

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)

CytobankAPIstats documentation built on May 2, 2019, 8:27 a.m.