diff --git a/docs/404.html b/docs/404.html index 017fb02..621b8ed 100644 --- a/docs/404.html +++ b/docs/404.html @@ -32,7 +32,7 @@
diff --git a/docs/CONDUCT.html b/docs/CONDUCT.html index eab3909..aff18a9 100644 --- a/docs/CONDUCT.html +++ b/docs/CONDUCT.html @@ -17,7 +17,7 @@ diff --git a/docs/FAQs.html b/docs/FAQs.html index 691e1c1..2d1ea6e 100644 --- a/docs/FAQs.html +++ b/docs/FAQs.html @@ -17,7 +17,7 @@ diff --git a/docs/articles/BioMart_Examples.html b/docs/articles/BioMart_Examples.html index d747bb7..41fbe9e 100644 --- a/docs/articles/BioMart_Examples.html +++ b/docs/articles/BioMart_Examples.html @@ -33,7 +33,7 @@ @@ -92,7 +92,7 @@vignettes/BioMart_Examples.Rmd
BioMart_Examples.Rmd
Now, Drerio.PhyloMap
stores the
Phylostratigraphic Map
of D. rerio which is used
as background set to perform enrichment analyses with
-PlotEnrichment()
from myTAI
.
PlotEnrichment()
from myTAI
.
Now, the PlotEnrichment()
function visualizes the over-
+
Now, the PlotEnrichment()
function visualizes the over-
and underrepresented Phylostrata
of brain specific genes
when compared with the total number of genes stored in the
Phylostratigraphic Map
of D. rerio.
myTAI
. Please
+notice that SelectGeneSet()
can only be used with
phylostratigraphic maps only (use.map.only = TRUE
argument)
since myTAI version > 0.3.0.
-BrainGenes <- SelectGeneSet(ExpressionSet = Drerio.PhyloMap,
+BrainGenes <- SelectGeneSet(ExpressionSet = Drerio.PhyloMap,
gene.set = Drerio.Brain.Genes,
use.only.map = TRUE)
diff --git a/docs/articles/Database_Retrieval.html b/docs/articles/Database_Retrieval.html
index 69d70e1..58f5762 100644
--- a/docs/articles/Database_Retrieval.html
+++ b/docs/articles/Database_Retrieval.html
@@ -33,7 +33,7 @@
vignettes/Database_Retrieval.Rmd
Database_Retrieval.Rmd
vignettes/Functional_Annotation.Rmd
Functional_Annotation.Rmd
vignettes/MetaGenome_Retrieval.Rmd
MetaGenome_Retrieval.Rmd
vignettes/Sequence_Retrieval.Rmd
Sequence_Retrieval.Rmd
# check genome availability for Candida glabrata
is.genome.available(db = "refseq", organism = "Candida glabrata")
for 'Candida glabrata' was found in the 'refseq' database.
- Unfortunatey, no entry 'db = genbank' or 'db = ensembl'
- Please consider specifying 'Candida glabrata' is availabe in these databases.
- to check whether 1] FALSE [
When now checking the availability in NCBI Genbank
we
find that indeed ‘Candida glabrata’ is available:
diff --git a/docs/articles/index.html b/docs/articles/index.html
index e0fb79b..50fc846 100644
--- a/docs/articles/index.html
+++ b/docs/articles/index.html
@@ -17,7 +17,7 @@
Now users can install biomartr
from CRAN:
-# install biomartr 1.0.3
+# install biomartr 1.0.4
install.packages("biomartr", dependencies = TRUE)
getSummaryFile()
all columns of the assembly_summary.txt
are now specified with names and correct data types (#92)getKingdomAssemblySummary()
was called by all get*() functions, due to an error in the assembly_summary.txt
file for viruses where the total gene count was stored as character and not as integer (as is the case for all other assembly_summary.txt
files), an error occurred stating that dplyr::bind_rows()
cannot join column $X35 due to differences in data types. This has now been resolved by parsing the correct data types with readr
. Many thanks to … for pointing this out to me. (#92)http
to https
curl requests (Many thanks to @Roleren)