Package | Description |
---|---|
org.jbei.ice.lib.dto.search | |
org.jbei.ice.lib.search.blast |
BLAST search classes.
|
Modifier and Type | Method and Description |
---|---|
BlastQuery |
SearchQuery.getBlastQuery() |
Modifier and Type | Method and Description |
---|---|
void |
SearchQuery.setBlastQuery(BlastQuery blastQuery) |
Modifier and Type | Method and Description |
---|---|
static HashMap<String,SearchResult> |
BlastPlus.runBlast(BlastQuery query)
Run a blast query using the following output format options
stitle - subject title
qstart - query match start index
qend - query match end index
sstart - subject match start index
send
sstrand
evalue
bitscore
length - alignment length
nident - number of identical matches
|
static List<DNAFeature> |
BlastPlus.runCheckFeatures(BlastQuery query)
Run a blast query against the sequence features blast database.
|
Copyright © 2017. All rights reserved.