Skip to content

scottdaniel/basicRstudioTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rstudio_template

Rstudio template for the basic bioinformatics of microbiomes

!This relies on the installation of: https://github.com/scottdaniel/basicTemplate!

Install

if (!requireNamespace("devtools")) install.packages("devtools")
devtools::install_github(repo = "scottdaniel/basicRstudioTemplate")

Usage

Once installed, you can create a new R project from the dialog in Rstudio: File > New project... Then, just select the New Directory > Rstudio Template

Finally, fill in the project name, author, and the project type.

The project type is important because it gives you the starting R markdown file.

The new project will also have the following standardized directory structure (if Create directory structure is checked):

Data
Output
Scripts
  |--Functions
  |--HPC_cluster
  |--Rmds

References

https://rstudio.github.io/rstudio-extensions/rstudio_project_templates.html

About

An Rstudio Template for bioinformatics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages