readMer: readMer

Description Usage Arguments Value

View source: R/filteringGenes.R

Description

Parse the .mer version of the Lydall lab QFA_database. .mer files are text dumps of the filemaker database used by the lab to capture experimental metadata. Ensures that SGA.Number column contains an integer.

Usage

1
readMer(fname)

Arguments

fname

Path to .mer file describing QFA_Database.

Value

Subset of rows from sgd dataframe containing information about genes/features within specified search range of genes in gvec. FName column contains systematic name of gene/features. Gene column contains standard name (where available).


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

Related to readMer in qfa...