GFF3 Module
Contains functions for reading and writing GFF3 files
Types and nested modules
Type/Module | Description |
Functions and values
Function or value | Description |
Full Usage:
createGFFEntry seqid source feature startPos endPos score strand phase attributes supplement
Parameters:
string
source : string
feature : string
startPos : string
endPos : string
score : string
strand : string
phase : string
attributes : string
supplement : string
Returns: GFFEntry
|
|
Full Usage:
fromFile fastAconverter filepath
Parameters:
char seq -> 'a
filepath : string
Returns: GFFLine<'a> seq
|
|
Full Usage:
fromFileWithoutFasta filepath
Parameters:
string
Returns: GFFLine<char seq> seq
|
|
|
|
|
|
|
|
|
|
Full Usage:
sanityCheck filepath
Parameters:
string
|
|
Full Usage:
sanityCheckWithSOTerm so_TermsPath filepath
Parameters:
string
filepath : string
|
|
Full Usage:
toString converter input
Parameters:
'a -> char
input : GFFLine<'a0> seq
Returns: string seq
|
|
Full Usage:
write converter path input
Parameters:
'a -> char
path : string
input : GFFLine<'a0> seq
|
|
Full Usage:
writeOrAppend converter path input
Parameters:
'a -> char
path : string
input : GFFLine<'a0> seq
|
|