Skip to content
/ epidome Public

Databases, scripts and example data pertaining to the epidome. Subspecies classification of S. epidermidis based on amplicon sequencing.

Notifications You must be signed in to change notification settings

ssi-dk/epidome

Repository files navigation

epidome

Databases, scripts and example data pertaining to the epidome. Subspecies classification of S. epidermidis based on amplicon sequencing.

Contents

What is the epidome?

An approach to examining the polyclonal nature of Staphylococcus epidermidis bacterial communities based on targeted sequencing, similar to classical 16s rRNA gene sequencing, but using targets that are specific to S. epidermidis and which can be used to differentiate between clones of S. epidermidis on a subspecies level

Why study S. epidermidis?

Although S. epidermidis is mostly found as a commensal of the human nasal and skin microbiome it is becomming increasingly clear that its role as an opportunistic pathogen should not be underestimated. S. epidermidis infections associated with indwelling medical devices in particular has become a concern, and as the use of medical implants increases with changing demographics the medical and economic burden of these infections are bound to increase further. S. epidermidis has a natural proficiency in biofilm formation that has been linked to its success in causing infections in implants, and with the emergence and global dissemination of multidrug-resistant lineages a narrowing of treatment options is also becomming a concern.

Why not whole genome sequencing?

Multiple excellent epidimiological and genomic studies based on WGS data have been performed trying to identify the factors necessary for S. epidermidis to be succesfully invasive. These are mostly focused on comparing isolates from infections to those found as commensals in nasal and skin swabs, and have helped underline the key role of antibiotic resistance in infections. While most clinical infections are likely monoclonal as a result of extensive prophylactic treatment it has become evident that commensal S. epidermidis communities are almost always polyclonal. Examining single isolates will therefore provide a highly incomplete picture of the diversity found in commensal S. epidermidis communities.

Manual

Basics

Key functions

Load dada2 output and metadata into R, make sure rownames in metadata match names of isolates

epi01_table = read.table("epi01_dada_output.csv",sep = ";",header=TRUE,row.names=1)

epi02_table = read.table("epi02_dada_output.csv",sep = ";",header=TRUE,row.names=1)

metadata_table = read.table("metadata_table.txt")

Setup object for easy handling of data

epidome_object = setup_epidome_object(epi01_table,epi02_table,metadata_table)

Read stuff

https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2807625/ https://www.frontiersin.org/articles/10.3389/fcimb.2017.00090/full

About

Databases, scripts and example data pertaining to the epidome. Subspecies classification of S. epidermidis based on amplicon sequencing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages