Description Usage Arguments Value Examples
Function applies Logartihmic transformation on signal intensities which is a preliminary step for classification using SureTypeSC.
1 |
df |
data frame from |
df
with extra columns representing the results of MA transformation (m, a, m_raw and a_raw)
1 2 3 4 5 6 7 8 9 10 | 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)
#calculate MA transform and store in the original dataframe
#df %<>% calculate_ma()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.