MENU | |||||
---|---|---|---|---|---|
R'MES | general view | rmes.gaussien | rmes.poisson.composee | rmes.poisson | |
|
rmes.format | rmes.histo | rmes.compar | rmes.pyramide |
rmes.gfam
Generation of a Family File |
---|
Description | Usage | Options | Output file | Examples |
The family-file is called fam_CHI-Hinf and contains:
2- We generate 16384 families. Each name of family contains the letter n in position 2, and the character # is replaced successively replaced by a,g,c,t by beginning at the end of the name of the family. So, the first name of the family is anaaaaaa and the last one is tntttttt. Inside each family, the letter n is successively replaced by a,g,c,t to generate 4 words of length 8.
The family-file is called fam.xnxxxxxx and contains:
3- We generate a unique family of 64 words. The 9-words generated form a hairpin motif starting by acg and ending by the complementary of acg namely cgt. The 3 letters n are successively replaced by a,g,c,t.
The family-file is called fam_acgnnn..._out and contains:
Description
The families of interest are then described into a family file according to a specific format. For convenience, the command rmes.gfam can automically generate particular family files. These families are degenerated words or hairpin motifs on the {a,g,c,t,n} alphabet (n means any of the four bases) and should be represented by a generic pattern using the a,g,c,t,n,# and '.' characters (as described below).
Usage
rmes.gfam -p[attern] <pattern>
[-english]
[-t[itle] <title>]
> family-file
Options
By default, they are in french.
By default, it is an empty string.
Examples
rmes.gfam -p gntggtgg -t "CHI motif of H. Influenzae" -english > fam_CHI-Hinf
CHI motif of H. Influenzae # <---- a title
1 <---- number of families
4 <---- number of words in the family
8 <---- length of words
gntggtgg
gatggtgg
ggtggtgg
gctggtgg
gttggtgg
rmes.gfam -p #n###### -t "family xnxxxxxx" -english > fam.xnxxxxxx
family xnxxxxxx # <---- a title
16384 <---- number of families
4 <---- number of words in the families
8 <---- length of words
anaaaaaa
aaaaaaaa
agaaaaaa
acaaaaaa
ataaaaaa
anaaaaag
aaaaaaag
agaaaaag
acaaaaag
ataaaaag
...
tntttttc
tatttttc
tgtttttc
tctttttc
tttttttc
tntttttt
tatttttt
tgtttttt
tctttttt
tttttttt
rmes.gfam -p acgnnn... -t "family acgnnn..." -english > fam_acgnnn..._out
family acgnnn... # <---- a title
1 <---- number of families
64 <---- number of words in the families
9 <---- length of words
acgnnncgt
acgaaacgt
acgaagcgt
acgaaccgt
...
acgttgcgt
acgttccgt
acgtttcgt