... | ... |
@@ -2,7 +2,7 @@ Package: omada |
2 | 2 |
Type: Package |
3 | 3 |
Title: Machine learning tools for automated transcriptome |
4 | 4 |
clustering analysis |
5 |
-Version: 1.5.3 |
|
5 |
+Version: 1.5.4 |
|
6 | 6 |
Authors@R: person("Sokratis", "Kariotis", role = c("aut", "cre"), |
7 | 7 |
email = "[email protected]", |
8 | 8 |
comment = c(ORCID = "0000-0001-9993-6017")) |
... | ... |
@@ -16,6 +16,4 @@ A list of LASSO (regression analysis) coefficients of each gene |
16 | 16 |
Get a list of LASSO (regression analysis) coefficients of each gene |
17 | 17 |
} |
18 | 18 |
\examples{ |
19 |
-oa.object <- omada(toy_genes, method.upper.k = 4) |
|
20 |
-lasso.coefs <- get_signature_feature_coefs(oa.object) |
|
21 | 19 |
} |