Description Usage Arguments Details Value Author(s) See Also Examples
The function classifies ChIP-seq peaks on gene associated and background using classification model based on a logistic regression.
1 2 3 4 | predictTssOverlap(object, feature, p = 0.8)
## S4 method for signature 'ChipDataSet'
predictTssOverlap(object, feature, p = 0.8)
|
object |
A |
feature |
|
p |
|
In order to improve the accuracy of the model the data is internally partitioned into a training and testing data sets. A repeated 10-Fold Cross-Validation is used to calculate performance measures on the training data set and to prevent over-fitting.
The model fit and validation is internally acomplised by the functions implemented in the caret package.
The slot tssOverlapPrediction
of the provided
TranscriptionDataSet
object will be updated by the the following
elements: 'predicted.tssOverlap', 'confusionMatrix', 'logFitSummary' and
'roc'.
Armen R. Karapetyan
ChipDataSet
constructCDS
caret
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.