readSGD: readSGD

Description Usage Arguments Value

View source: R/filteringGenes.R

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

1
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


qfa documentation built on Feb. 22, 2020, 3:01 a.m.

Related to readSGD in qfa...