Description Usage Arguments Value Examples
Function instantiates Illumina BeadArray library to load data from GTC files into data frame using information from manifest and cluster file.
1 | scbasic(bpm,egt,samplesheet)
|
bpm |
pathname to manifest file |
egt |
pathname to cluster file |
samplesheet |
pathname to samplesheet |
data frame stacked by individual
1 2 3 4 5 6 7 | setwd(system.file(package='SureTypeSCR'))
samplesheet=system.file('files/GSE19247_example.csv',package='SureTypeSCR')
manifest=system.file('files/HumanCytoSNP-12v2_H.bpm',package='SureTypeSCR')
cluster=system.file('files/HumanCytoSNP-12v2_H.egt',package='SureTypeSCR')
#Load data
df=scbasic(manifest,cluster,samplesheet)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.