Skip to main content

compute_blast_radius

Function compute_blast_radius 

Source
pub fn compute_blast_radius(
    conn: &Connection,
    seed_symbols: &[&str],
    seed_paths: &[&str],
    max_depth: usize,
    limit: usize,
) -> Result<BlastRadiusResult, QueryError>
Expand description

Compute blast radius and likely tests for given seed symbols or seed file paths.