Skip to content

R script for identifying trends in bacterial and archaeal genomics through number of genome sequencing projects submitted to ncbi per year.

License

Notifications You must be signed in to change notification settings

MarietteViladomat/trends-in-prokaryote-genomics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Trends In Prokaryote Genomics

R script for identifying trends in bacterial and archaeal genomics through number of genome sequencing projects submitted to ncbi per year.

Dependencies

  • ggplot2
  • stringr
  • tidyr
  • tidyverse
  • data.table

Installing dependencies

install.packages(c("stringr,ggplot2,tidyr,tidyverse,data.table"))

Steps

  • Data gathering from the ncbi ftp repository (ftp://ftp.ncbi.nlm.nih.gov/genomes/GENOME_REPORTS/prokaryotes.txt)

  • Data formatting: leave only genera and years

  • Function (subsetting and plotting)

Example outputs

Human pathogens

genomic_trends("Escherichia|Pseudomonas|Vibrio|Campylobacter|Salmonella|Brucella", 3)

alt text

Some archaea

genomic_trends("Methanosarcina|Ignicoccus|Pyrococcus|Sulfolobus", 2)

alt text

Credits

Manuel García-Ulloa (https://github.com/manuelgug)
Mariette Viladomat Jasso (https://github.com/MarietteViladomat)

About

R script for identifying trends in bacterial and archaeal genomics through number of genome sequencing projects submitted to ncbi per year.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%