Description Usage Arguments Details Value Author(s) Examples
 getExperimentSamplesAssayFileData   Gets file attached as assay data. 
Use getExperimentSamplesAssayData for non-file data.
| 1 2 | getExperimentSamplesAssayFileData(coreApi, assayType, experimentSamplebarcode,
  attributeName, useVerbose = FALSE)
 | 
| coreApi | coreApi object with valid jsessionid | 
| assayType | assay type to get | 
| experimentSamplebarcode | experiment sample barcode of entity to get | 
| useVerbose | TRUE or FALSE to indicate if verbose options should be used in http POST | 
| attrributeName | Name of the attibute that containts the file data | 
getExperimentSamplesAssayFileData   Gets file attached as assay data.
returns a list $entity containsbinary object that in the file, $response contains the entire http response
Craig Parman ngsAnalytics, ngsanalytics.com
| 1 2 3 4 5 6 7 8 | ## Not run: 
api<-CoreAPIV2::CoreAPI("PATH TO JSON FILE")
login<- CoreAPIV2::authBasic(api)
response<-  getExperimentSamplesAssayFileData(login$coreApi,"assayType","barcode","CI_FILE")
writeBin(response$entity, "myfile.png")
CoreAPIV2:logOut(login$coreApi)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.