File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 3
3
Library for reading microbiology DNA files (ABI, SCF, FASTA, etc).
4
4
Requires LightSaber base library.
5
5
6
-
7
- Allows you to:
6
+ Has support for:
7
+ * SNP (Single Nucleotide Polymorphism)
8
+ * QV (base Quality Value)
9
+ * Integrated trimming engine (automatic bad-end trimming)
10
+ * Recalling of bad (N) peaks using proprietary algorithm
11
+ * Automatic sequence direction (F/R)
12
+ * Reading and displaying the chromatogram data
8
13
* read/write SCF files
9
14
* read ABI/AB/AB1/AB! files
10
15
* read/write FASTA files
11
16
* read/write GeneBank (GBK) files.
12
17
13
- All this functionality is accessible with simple access to TCubeImport.Import(FileName)
18
+ The import functionality is accessible with a call to a single function: TCubeImport.Import(FileName)
14
19
15
20
TCube = class(TCubeAbstractSnp)
16
21
public
You can’t perform that action at this time.
0 commit comments