Skip to content
/ BSA Public

A collection of functions intended to facilitate bulk segregant analysis of cryptococcus neoformans strains associated with capsule formation

License

Unknown, MIT licenses found

Licenses found

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

cmatKhan/BSA

Repository files navigation

BSA

GitHub issues GitHub pulls Lifecycle: experimental R-CMD-check Codecov test coverage Software DOI

The goal of BSA is to reimplement Daniel’s BSA2 code in a package structure such that it may be installed using R install. This may also form the seed of either a software or workflow package on bioconductor.

Installation

install.packages("remotes")

remotes::install_github("cmatKhan/BSA")

Usage

The first thing that you will need to do iscreate a samplesheet and process the data through the BSA processing pipeline.

Instructions for creating this samplesheet are in the Article (above) called CreatePipelineSampleSheet.

Next, you will be using the functions in this package to analyze the data. An example of the process are in BSA3 and BSA6.

Citation

Below is the citation output from using citation('BSA') in R. Please run this yourself to check for any updates on how to cite BSA.

print(citation('BSA'), bibtex = TRUE)
#> To cite package 'BSA' in publications use:
#> 
#>   Agustihno, Daniel (2023). "Daniel's paper placeholder." _bioRxiv_. ,
#>   <https://www.biorxiv.org/content/10.1101/TODO>.
#> 
#> A BibTeX entry for LaTeX users is
#> 
#>   @Article{,
#>     title = {Daniel's paper placeholder},
#>     author = {{Agustihno} and {Daniel}},
#>     year = {2023},
#>     journal = {bioRxiv},
#>     doi = {10.1101/TODO},
#>     url = {https://www.biorxiv.org/content/10.1101/TODO},
#>   }

Please note that the BSA was only made possible thanks to many other R and bioinformatics software authors, which are cited either in the vignettes and/or the paper(s) describing this package.

Code of Conduct

Please note that the BSA project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Development tools

For more details, check the dev directory.

This package was developed using biocthis.

About

A collection of functions intended to facilitate bulk segregant analysis of cryptococcus neoformans strains associated with capsule formation

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Packages

No packages published