Browse code

adding note to the vignette specifying heads up when working e.g. with yeast data

Federico Marini authored on 28/02/2022 21:49:05
Showing 1 changed files

... ...
@@ -699,12 +699,18 @@ They use respectively the `biomaRt` package and the `org.XX.eg.db` packages.
699 699
 anno_df_biomart <- get_annotation(dds = dds_airway,
700 700
                                   biomart_dataset = "hsapiens_gene_ensembl",
701 701
                                   idtype = "ensembl_gene_id")
702
+```
702 703
 
704
+```{r}
703 705
 anno_df_orgdb <- get_annotation_orgdb(dds = dds_airway,
704 706
                                       orgdb_species = "org.Hs.eg.db",
705 707
                                       idtype = "ENSEMBL")
708
+
709
+head(anno_df_orgdb)
706 710
 ```
707 711
 
712
+If using datasets and annotation packages for yeast samples (*Saccharomyces cerevisiae*, and the `org.Sc.sgd.db` package), remember to specify the `key_for_genenames` in the call to `get_annotation_orgdb` (an error message is thrown otherwise).
713
+
708 714
 ## `pair_corr`
709 715
 
710 716
 Plots the pairwise scatter plots and computes the correlation coefficient on the expression matrix provided.