getmarkers: Gets appropriate marker IDs for channels of interest

Description Usage Arguments Value Examples

Description

Gets appropriate marker IDs for channels of interest

Usage

1
getmarkers(markersofinterest, exptno, cyto_session)

Arguments

markersofinterest

- Names of channel parameters in Cytobank as list of strings

exptno

- Integer representing an experiment ID on Cytobank account

cyto_session

- API authentication token for session

Value

Returns a list of IDs for markers of interest with names of markers as names of list

Examples

1
2
3
4
5
library(CytobankAPI)
markersofinterest<-c("CD3","CD56")
cyto_session <- authenticate(site="premium", username="myusername", password="mypassword")
exptno<-2
getmarkers(markersofinterest,exptno,cyto_session)

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