blastx

fun blastx(js: ObjectNode): BlastX

Creates a new BlastX instance by parsing the given JSON input.

Return

The new BlastX instance.

Parameters

js

JSON object to parse.


fun blastx(): BlastX

Creates a new, defaulted BlastX instance.

Return

The new BlastX instance.