readSGD {qfa}R Documentation

readSGD

Description

Parses the SGD_features.tab file, assigning useful column names and handling examples of EOF found in quotes in middle of file. Adds gene coordinate "Mid" (mean of "Start" and "Stop"). If no filename argument passed to this function, attempts to download latest version from SGD.

Usage

readSGD(fname)

Arguments

fname

Path to local copy of SGD_features.tab. Omit this argument to get latest version from SGD

Value

Data frame containing gene feature information from SGD_features.tab


[Package qfa version 0.0-45 Index]