Site Search

Replace with text about search results.

News and Blogs (7)

Vector Designer: Designing AAV and ADV Just Got Easier

Vector Biolabs has just launched Vector Designer: a free, interactive tool that lets researchers configure a complete, validated AAV or…
View Details

How to use Targeted Viral Vectors for Disease Modeling & Therapeutic Discovery

The ability to deliver exogenous genes in targeted viral vectors for disease modeling is revolutionizing therapeutic discovery. (Wang et al. 2024, Zwi-Dantsis…
View Details

AAV vectors for basic research: an asprosin hormone case study

How AAV vectors and a newly identified hormone connected basic mechanism to translational relevance in metabolic and neural regulation. AAV…
View Details

Fortis Life Sciences Strengthens Executive Team with Key Appointments

BOSTON — Fortis Life Sciences®, a global leader in reagent and service solutions for life sciences and diagnostics, has added…
View Details

Vector Biolabs expands viral vector manufacturing capacity and adds to QC capabilities

Vector Biolabs, a custom design and manufacturing service provider for AAV and adenovirus viral vectors announced the completion of a…
View Details

Abhilasha Gupta – In Their Own Words

Abhilasha Gupta, Senior Application Scientist In this scientist-to-scientist Q&A, we sit down with Abhilasha Gupta, a Senior Application Scientist at Vector…
View Details

Pick Your Perfect Knockdown

Fast Picks, Bench-Verified Wins, and Ready-Made shRNA R&D teams routinely lose weeks to troubleshooting gene knockdown—juggling inconsistent clones, off-target effects,…
View Details
<?php
global $wp_query;
$found = $wp_query->found_posts;
$paged = max( 1, get_query_var('paged') );
$per_page = $wp_query->query_vars['posts_per_page'];
$from = ($paged - 1) * $per_page + 1;
$to = min( $found, $paged * $per_page );
printf( 'Showing %d–%d of %d results', $from, $to, $found );
?>
#brxe-105db2 {
  text-align: center;
  font-size: var(--text-xs);
  font-weight: var(--link-weight);
  color: var(--teal-800);
  margin-top: 1rem;
  margin-bottom: 1rem;
}