- KNEAD_DBS - Static variable in class biolockj.module.seq.KneadData
-
Config
required property to the contaminent databases "kneaddata.dbs":
- KneadData - Class in biolockj.module.seq
-
This BioModule runs biobakery kneaddata program to remove contaminated DNA.
Multiple contaminent DNA databases can be used to filter reads simultaniously.
Common contaminents include Human, Viral, and Plasmid DNA.
- KneadData() - Constructor for class biolockj.module.seq.KneadData
-
- Kraken2Classifier - Class in biolockj.module.classifier.wgs
-
This BioModule assigns taxonomy to WGS sequences and translates the results into mpa-format.
- Kraken2Classifier() - Constructor for class biolockj.module.classifier.wgs.Kraken2Classifier
-
- Kraken2Node - Class in biolockj.node.wgs
-
- Kraken2Node(String, String) - Constructor for class biolockj.node.wgs.Kraken2Node
-
Build the OtuNode by extracting the OTU names for each level from the line.
- Kraken2Parser - Class in biolockj.module.implicit.parser.wgs
-
This BioModules parses KrakenClassifier output reports to build standard OTU abundance tables.
- Kraken2Parser() - Constructor for class biolockj.module.implicit.parser.wgs.Kraken2Parser
-
- KRAKEN_DATABASE - Static variable in class biolockj.module.classifier.wgs.Kraken2Classifier
-
Config
property must contain file path to Kraken kmer database directory:
"kraken2.db"
- KRAKEN_DATABASE - Static variable in class biolockj.module.classifier.wgs.KrakenClassifier
-
Config
property must contain file path to Kraken kmer database directory:
"kraken.db"
- KRAKEN_FILE - Static variable in class biolockj.module.classifier.wgs.Kraken2Classifier
-
File suffix added by BioLockJ to kraken output files (before translation): "_kraken2_out.txt"
- KRAKEN_FILE - Static variable in class biolockj.module.classifier.wgs.KrakenClassifier
-
File suffix added by BioLockJ to kraken output files (before translation): "_kraken_out.txt"
- KrakenClassifier - Class in biolockj.module.classifier.wgs
-
This BioModule assigns taxonomy to WGS sequences and translates the results into mpa-format.
- KrakenClassifier() - Constructor for class biolockj.module.classifier.wgs.KrakenClassifier
-
- KrakenNode - Class in biolockj.node.wgs
-
- KrakenNode(String, String) - Constructor for class biolockj.node.wgs.KrakenNode
-
Constructor called for each line of Kraken output.
Builds the OtuNode by extracting the OTU names for each taxonomy level found in the line.
- KrakenParser - Class in biolockj.module.implicit.parser.wgs
-
This BioModules parses KrakenClassifier output reports to build standard OTU abundance tables.
- KrakenParser() - Constructor for class biolockj.module.implicit.parser.wgs.KrakenParser
-