Learn R Programming

CytobankAPIstats (version 2.0)

getmarkers: Gets appropriate marker IDs for channels of interest

Description

Gets appropriate marker IDs for channels of interest

Usage

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

Run this code
# NOT RUN {
library(CytobankAPI)
markersofinterest<-c("CD3","CD56")
cyto_session <- authenticate(site="premium", username="myusername", password="mypassword")
exptno<-2
getmarkers(markersofinterest,exptno,cyto_session)
# }

Run the code above in your browser using DataLab