PhD genomics/bioinformatics, data science, statistics, full stack scientist - bench to bedside to cloud.
-
UCLA Department of Human Genetics
- Los Angeles, CA
- www.project404.com
Highlights
- Pro
Pinned Loading
-
-
-
GO analysis using DAVID from R
GO analysis using DAVID from R 1## DAVID GO using WebServices2library(RDAVIDWebService)3#data("demoList1")4# use the new URL5david <- DAVIDWebService(email='my@email.here',
-
Getting gene names for all Ensembl t...
Getting gene names for all Ensembl transcript IDs using biomaRt 1library(biomaRt)2# Use the west coast mirror3mart = biomaRt::useMart(biomart='ENSEMBL_MART_ENSEMBL',
4dataset='mmusculus_gene_ensembl', host='uswest.ensembl.org')
5 -
rotating x-axis labels in ggplot
rotating x-axis labels in ggplot 1# rotate the axis label perpendicular to x-axis2p <- ggplot( ... )
3p + theme(axis.text.x = element_text(angle=-90, size=10)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.