Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ export const CAROUSEL_CARDS: Pick<CardProps, "text">[] = [
{
text: MDX.Codeathon2025({}),
},
{
text: MDX.EvolutionaryDynamicsOfCodingOverlapsInMeaslesVirus({}),
},
{
text: MDX.WebinarSeries({}),
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### Featured Analysis - From data to publication in a browser with BRC-Analytics: Evolutionary dynamics of coding overlaps in measles virus

We demonstrate the capibilities of BRC Analytics by analyzing the evolutionary dynamics within the P/V/C locus of the measles virus, a complex system involving overlapping coding regions and RNA editing.

[View Analysis](/learn/featured-analyses/evolutionary-dynamics-of-coding-overlaps-in-measles)
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ export { default as Webinars } from "./webinars.mdx";
export { default as Roadmap } from "./roadmap.mdx";
export { default as Codeathon2025 } from "./codeathon2025.mdx";
export { default as WebinarSeries } from "./webinarSeries.mdx";
export { default as EvolutionaryDynamicsOfCodingOverlapsInMeaslesVirus } from "./evolutionary-dynamics-of-coding-overlaps-in-measles-virus.mdx";
Loading