checkTarg: checkTarg

Description Usage Arguments Value

View source: R/filteringGenes.R

Description

Converts gene name to systematic feature name if necessary. Searches in FName, Alias and Gene columns of a data.frame returned from readSGD for the target gene. Returns FName (ORF) if appropriate.

Usage

1
checkTarg(targ,sgd)

Arguments

targ

Systematic gene or feature name, standard gene name or alias

sgd

Data frame representing features.tab file from SGD. As returned from readSGD.

Value

String representing systematic name of gene or feature. Returns "MISSING" if target not found in sgd object.


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

Related to checkTarg in qfa...