Browse code

Fixing geneSign

Sokratis Kariotis authored on 08/04/2024 02:18:04
Showing 3 changed files

... ...
@@ -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"))
... ...
@@ -22,6 +22,5 @@ An object of class "geneSignature" containing a list of LASSO
22 22
 Generating the feature/gene signature per cluster
23 23
 }
24 24
 \examples{
25
-geneSignatures(toy_genes, toy_gene_memberships)
26 25
 
27 26
 }
... ...
@@ -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
 }