Skip to content

Instantly share code, notes, and snippets.

@benilton
Created July 21, 2012 00:50
Show Gist options
  • Save benilton/3154084 to your computer and use it in GitHub Desktop.
Save benilton/3154084 to your computer and use it in GitHub Desktop.
Create HuGene Annotation with pdInfoBuilder
library(pdInfoBuilder)
seed <- new("AffySTPDInfoPkgSeed",
version="3.6.0",
license="Artistic-2.0",
pgfFile=dir(patt=".pgf$"),
clfFile=dir(patt=".clf$"),
probeFile=dir(patt="probeset.csv$"),
transFile=dir(patt="transcript.csv$"),
coreMps=dir(patt="core.mps$"),
fullMps=dir(patt="full.mps$"),
extendedMps=dir(patt="extended.mps$"),
geneArray=TRUE,
author="Benilton Carvalho",
email="Benilton.Carvalho@cancer.org.uk",
biocViews="AnnotationData",
genomebuild="HG19",
organism="Human",
species="Homo Sapiens",
url="http://about.me/benilton")
makePdInfoPackage(seed, destDir=".")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment