View source: R/kmer_logistic_regression.R
Fit a multinomal regression model on encoded kmer-data
1 2 3 4 5 6 7 | kmer_logistic_regression(
x,
kmers,
include_fit = FALSE,
include_encoded = TRUE,
...
)
|
x |
Dataset, including mutations and pyrimidine based sequence contexts |
kmers |
String vector. Kmers to include when fitting signature |
include_fit |
Bool. Include the fitted 'glmnet' object in output? |
include_encoded |
Bool. Include the input data encoded to binary matrix? |
... |
Additional arguments to 'glmnet' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.