NAME
Bio::JBrowse::Store::NCList::NCList
new
Title : new
Usage : NCList->new($start, $end, $setSublist, $featList)
Function: create an NCList
Returns : an NCList object
Args : $featList is a reference to an array of arrays;
each of the inner arrays represents an interval.
$start is a reference to a sub that, given an inner array from
$featList, returns the start position of the interval
represented by that inner array.
$end is a reference to a sub that, given an inner array from
$featList, returns the end position of the interval
represented by that inner array.
$setSublist is a reference to a sub that, given an inner array from
$featList and a sublist reference, sets the "Sublist" attribute
on the array to the sublist.
AUTHOR
Mitchell Skinner <mitch_skinner@berkeley.edu>
Copyright (c) 2007-2009 The Evolutionary Software Foundation
This package and its accompanying libraries are free software; you can redistribute it and/or modify it under the terms of the LGPL (either version 2.1, or at your option, any later version) or the Artistic License 2.0. Refer to LICENSE for the full license text.
AUTHOR
Robert Buels <rbuels@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Robert Buels.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.