Skip to content

Collection of Functions for Working on Bacterial Projects

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

hancockinformatics/BacterialToolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BacterialToolkit

Collection of Functions for Working on Bacterial Projects

Current functions

  • bt_gtf_cleaner - Produces a tidy data frame from a P. aeruginosa GTF file. Supports PAO1, PA14, and LESB58.
  • bt_get_files - Create a named list of files which can easily be read into a lists of data frames with purrr:map(~read.csv(.)).
  • bt_test_enrichment - Performs Fisher's Exact Test on a query set of genes, given a gene set of interest.
  • bt_tidy_gage - Creates a tidy data frame based on Gage results, and filters on q-value.

Installation

install.packages("devtools")
library(devtools)
install_github("https://github.com/hancockinformatics/BacterialToolkit")

About

Collection of Functions for Working on Bacterial Projects

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages