File: locgraph.sqlapi

package info (click to toggle)
libchado-perl 1.23-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 23,976 kB
  • ctags: 10,378
  • sloc: xml: 192,540; sql: 165,945; perl: 28,339; sh: 101; python: 73; makefile: 46
file content (8 lines) | stat: -rw-r--r-- 767 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
COMMENT ON FUNCTION project_point_up(INT,INT,INT,INT) IS
'(p,fmin,fmax,strand). p is relative to some feature f; fmin and fmax are also relative to this feature. p will be relocated relative to fmin/fmax (eg fmin/fmax may be for some contig, the desired behaviour is to project p from the chromosome onto the contig)';

COMMENT ON FUNCTION project_point_down(INT,INT,INT,INT) IS
'(p,fmin,fmax,strand). p is relative to fmin/fmax. p will be relocated from fmin/fmax (eg fmin/fmax may be for some contig, the desired behaviour is to project p from the contig onto the chromosme)';

COMMENT ON FUNCTION project_featureloc_up(INT,INT) IS
'(in_featureloc_id,up_srcfeature_id). will return a new featureloc (with the same featureloc_id) projected up the featureloc graph';