SILO now supports these queries:
default.map({pos_1 := sequence.at(1), ..., pos_421 := sequence.at(421)}).groupBy({count := count()}, {pos_1, ..., pos_421})
which will return a table with all present combinations of symbols at the listed positions.
LAPIS should expose this functionality in a specialized endpoint, which receives a sequence name and a list of positions from the user and queries SILO with exactly the query listed above
SILO now supports these queries:
which will return a table with all present combinations of symbols at the listed positions.
LAPIS should expose this functionality in a specialized endpoint, which receives a sequence name and a list of positions from the user and queries SILO with exactly the query listed above