Learn R Programming

contiBAIT (version 1.0.0)

LinkageGroupList-class: A class for storing linkage group calls for contigs

Description

This class is simply a list of character strings containing the names of linkage groups.

Constructor forLinkageGroupList

Usage

LinkageGroupList(linkageGroups = list(), names = character())

Arguments

linkageGroups
a list of character vectors of names of contigs in each LG
names
a vector of names of linkage groups

Value

  • a LinkageGroupList

Examples

Run this code
lgList <- LinkageGroupList(list(lg1=c('contig1', 'contig2'), lg2=c('contig3')),
								names=c('lg1', 'lg20'))

Run the code above in your browser using DataLab