diff --git a/docs/_site/atom.xml b/docs/_site/atom.xml index 507a406..bb21cc6 100644 --- a/docs/_site/atom.xml +++ b/docs/_site/atom.xml @@ -4,7 +4,7 @@ Otic reprogramming - 2023-03-09T06:53:39-06:00 + 2023-05-12T06:19:56-05:00 https://alexthiery.github.io/otic-reprogramming Alex Thiery diff --git a/docs/_site/downstream/lmx1a_downstream/index.html b/docs/_site/downstream/lmx1a_downstream/index.html index dc0d7d3..b79e363 100644 --- a/docs/_site/downstream/lmx1a_downstream/index.html +++ b/docs/_site/downstream/lmx1a_downstream/index.html @@ -505,7 +505,10 @@

R analysis pipeline


Subset differentially expressed transcription factors based on GO terms ('GO:0003700', 'GO:0043565', 'GO:0000981').

# Get biomart GO annotations for TFs
-ensembl = useMart("ensembl",dataset="ggallus_gene_ensembl")
+ensembl <- useEnsembl(biomart = 'ensembl', 
+                      dataset = 'ggallus_gene_ensembl',
+                      version = 104)
+                      
 TF_subset <- getBM(attributes=c("ensembl_gene_id", "go_id", "name_1006", "namespace_1003"),
                    filters = 'ensembl_gene_id',
                    values = rownames(res_sub),
diff --git a/docs/_site/downstream/sox8_downstream/index.html b/docs/_site/downstream/sox8_downstream/index.html
index 439a904..0f7d419 100644
--- a/docs/_site/downstream/sox8_downstream/index.html
+++ b/docs/_site/downstream/sox8_downstream/index.html
@@ -514,7 +514,10 @@ 

R analysis pipeline


Subset differentially expressed transcription factors based on GO terms ('GO:0003700', 'GO:0043565', 'GO:0000981').

# Get biomart GO annotations for TFs
-ensembl = useMart("ensembl",dataset="ggallus_gene_ensembl")
+ensembl <- useEnsembl(biomart = 'ensembl', 
+                      dataset = 'ggallus_gene_ensembl',
+                      version = 104)
+
 TF_subset <- getBM(attributes=c("ensembl_gene_id", "go_id", "name_1006", "namespace_1003"),
                    filters = 'ensembl_gene_id',
                    values = rownames(res_sub),