read.groups: Read in the members of a gene group

Description Usage Arguments Value

View source: R/brownian_motion_package.r

Description

This function reads in the names of the members of a group of genes and stores them to a list. The input file needs to be formatted appropriately, with one group per line: groupname<tab>gene1<tab>gene2...geneK

Usage

1
read.groups(filename, sep = "\t")

Arguments

filename

the file containing the list of gene groups

sep

indicate the appropriate separator if not tab

Value

A list whose names are gene group names and whose elements are vectors of genes


PIGShift documentation built on May 2, 2019, 9:02 a.m.