predict,VaeModel,Vplots-method | R Documentation |
Predict counts
## S4 method for signature 'VaeModel,Vplots'
predict(
model,
x,
batch_size = 256L,
vplots = FALSE,
nucleosome = TRUE,
fragment_size_threshold = 150L,
...
)
model |
a trained VaeModel object |
x |
a Vplots object |
batch_size |
Batch size (default: 256L) |
vplots |
Whether or not return predicted Vplots as assays(x)$predicted_counts |
nucleosome |
Whether or not return predicted nucleosome as rowData(x)$predicted_nucleosome |
fragment_size_threshold |
Fragment size threshold for nucleosome reads (default: 150L) |
... |
Additional arguments |
a Vplots object
Wuming Gong (gongx030@umn.edu)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.