makeARABIDOPSISCHIP_DB {AnnotationDbi}R Documentation

Creates a sqlite database, and then makes an annotation package with it

Description

This function 1st creates a SQLite file useful for making a SQLite based annotation package by using the correct popXXXCHIP_DB function. Next, this function produces an annotation package featuring the sqlite database produced. This function REQUIRES that you have installed the latest arabidopsis.dbo package which can be obtained by using biocLite().

Usage

  makeARABIDOPSISCHIP_DB(affy, prefix, fileName, chipMapSrc, chipSrc,
  outputDir, version, manufacturer, chipName, manufacturerUrl, author,
  maintainer)

Arguments

affy Boolean to indicate if this is starting from an affy csv file or not. If it is, then that will be parsed to make the sqlite file, if not, then you can feed a tab delimited file with IDs as was done before with AnnBuilder.
prefix prefix is the first part of the eventual desired package name. (ie. "prefix.db")
fileName The path and filename for the file to be parsed. This field can be ommitted if affy is set to TRUE. For all other arabidopsis chips, the IDs that match to the probes MUST be TAIR IDs.
chipMapSrc The path and filename to the intermediate database containing the mapping data for allowed ID types and how these IDs relate to each other.
chipSrc The path and filename to the intermediate database containing the annotation data for the sqlite to build.
outputDir Where you would like the output files to be placed.
version What is the version number for the desired package.
manufacturer Who made the chip being described.
chipName What is the name of the chip.
manufacturerUrl URL for manufacturers website.
author List of authors involved in making the package.
maintainer List of package maintainers with email addresses for contact purposes.

Examples

## Not run: 

## End(Not run)

[Package AnnotationDbi version 1.6.1 Index]