Description Usage Arguments Value Examples
View source: R/GetBiomaRtAnnotation.R
Get an annotation data frame from biomaRt
1  | get_annotation(dds, biomart_dataset, idtype)
 | 
dds | 
 A   | 
biomart_dataset | 
 A biomaRt dataset to use. To see the list, type
  | 
idtype | 
 Character, the ID type of the genes as in the row names of
  | 
A data frame for ready use in pcaExplorer, retrieved from biomaRt.
1 2 3 4 5 6 7 8 9 10  | library(airway)
data(airway)
airway
dds_airway <- DESeq2::DESeqDataSetFromMatrix(assay(airway),
                                             colData = colData(airway),
                                             design = ~dex+cell)
## Not run: 
get_annotation(dds_airway, "hsapiens_gene_ensembl", "ensembl_gene_id")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.