Description Usage Arguments Value Examples
Load pre-trained classifier from file.
1 | scload(filename)
|
filename |
path to a file with classifier |
instance of a classifier
1 2 3 4 5 6 7 8 9 10 11 12 13 | 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')
clf=system.file('files/rf.clf',package='SureTypeSCR')
#Load data
df=scbasic(manifest,cluster,samplesheet)
rf=scload(clf)
#df %>% calculate_ma() %>% predict_suretype(rf)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.