PL_DiabetesGenes = read.csv("PL_DiabetesGenes.csv", header = FALSE)
colnames(PL_DiabetesGenes) = c("Gene.symbol",
"Gene.name",
"Gene.primaryIdentifier",
"Gene.secondaryIdentifier",
"Gene.length",
"Gene.organism.name")
save(PL_DiabetesGenes, file = "data/PL_DiabetesGenes.rdata")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.