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