View source: R/automated_RNAseq_analysis.R
GeneSetConversion | R Documentation |
Gene symbol conversion from human to mouse
GeneSetConversion(Gene_set_dir)
Gene_set_dir |
Directory including Gene_set txt files |
Mapping identifiers for the integration of genomic datasets with the R/Bioconductor package biomaRt. Steffen Durinck, Paul T. Spellman, Ewan Birney and Wolfgang Huber, Nature Protocols 4, 1184-1191 (2009).
library(rnaseqviewer) data(DEG_list) dir.create("DEG_list") write.table(DEG_list[1], file = "DEG_list/dataset1.txt", sep = "\t", quote = FALSE) write.table(DEG_list[2], file = "DEG_list/dataset2.txt", sep = "\t", quote = FALSE) GeneSetConversion("DEG_list")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.