in reply to Re^3: n-dimensional statistical analysis of DNA sequences (or text, or ...)
in thread n-dimensional statistical analysis of DNA sequences (or text, or ...)
The link is right as you just posted it
When you download the sequence file you need to uncompress it: gunzip hs_ref_GRCh38.p12_chr20.fa.gz
Then, the command in the brief usage section of my original post analyse_DNA_sequence.pl --input-fasta hs_ref_GRCh38.p12_chr20.fa --ngram-length 3 --output-state hs_ref_GRCh38.p12_chr20.fa.3.state --output-stats stats.txt means the following:
If you want to remember your findings from the first sequence file when you process a second and append new data to it, then you use the previously output ".state" file as input state (--input-state) for your new run. This is to allow processing gigabytes of sequences incrementaly in small batches.
bliako
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: n-dimensional statistical analysis of DNA sequences (or text, or ...)
by Aldebaran (Curate) on Feb 07, 2019 at 00:00 UTC | |
by bliako (Abbot) on Feb 07, 2019 at 11:37 UTC | |
by Aldebaran (Curate) on Jun 27, 2019 at 23:16 UTC | |
by bliako (Abbot) on Jun 28, 2019 at 13:40 UTC | |
by Aldebaran (Curate) on Jul 05, 2019 at 23:30 UTC | |
|