getTrainingData | R Documentation |
getTrainingData
extracts selected regions from ChIPScore object to be used as training set.
getTrainingData(ChIPscore,loci = 1)
ChIPscore |
ChIPscore object as returned by |
loci |
numeric describing index of loci to be used as training data. |
Returns ChIPscore object with the selected training loci.
Patrick C.N. Martin <pcnmartin@gmail.com
library(ChIPanalyser) data(ChIPanalyserData) # See GA vignette for usage test <- processingChIP(chip,top) test <- getTrainingData(test, 1:2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.