Description Usage Arguments Value Examples
View source: R/svmExternalData.R
Peptide/exon/transcript centric or PTM enriched classification is applied to predict localization of them.
| 1 | svmExternalData(df, modelA, modelB)
 | 
| df,  | data frame fractionated additional data | 
| modelA,  | model for the replicate A classification | 
| modelB,  | model for the replicate B classification | 
c.cls.df
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
df <- loadData(SubCellBarCode::hcc827Ctrl)
c.prots <- calculateCoveredProtein(rownames(df), markerProteins[,1])
set.seed(7)
c.prots <- sample(c.prots, 550)
cls <- svmClassification(c.prots, df, markerProteins)
modelA <- cls[[1]]$model
modelB <- cls[[2]]$model
exon.cls <- svmExternalData(SubCellBarCode::hcc827exon,
modelA = modelA, modelB = modelB)
}
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.