scbasic: Load data in GTC format into data frame

Description Usage Arguments Value Examples

View source: R/scbasic.R

Description

Function instantiates Illumina BeadArray library to load data from GTC files into data frame using information from manifest and cluster file.

Usage

1
scbasic(bpm,egt,samplesheet)

Arguments

bpm

pathname to manifest file

egt

pathname to cluster file

samplesheet

pathname to samplesheet

Value

data frame stacked by individual

Examples

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)

Meiomap/SureTypeSCR documentation built on Dec. 17, 2021, 3:22 a.m.