Skip to content

Commit 32d7edf

Browse files
Adding info about BGCs on README
1 parent d55f06f commit 32d7edf

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

README.Rmd

+2-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ knitr::opts_chunk$set(cache=FALSE, comment= " ", fig.path="Figs/", dev = c("png
1111
knitr::write_bib(renv::dependencies()$Package, file = "packages.bib")
1212
```
1313

14-
This repo hosts the complete PHASTER dataset from the 59 strains' genomes analyzed on PHASTER and several scripts developed for its processing. Analysis of this processed data is published on (paper). The primary packages used here are in the Tidyverse set of libraries, the rmarkdown and knitr packages were used to generate this report [@R-knitr; @R-rmarkdown; @tidyverse2019].
14+
This repo hosts the complete PHASTER dataset from the 59 strains' genomes analyzed on PHASTER and several scripts developed for its processing. Analysis of this processed data is provided in an on preparation manuscript. The primary packages used here are in the Tidyverse set of libraries, the rmarkdown and knitr packages were used to generate this report [@R-knitr; @R-rmarkdown; @tidyverse2019].
1515

1616
```{r libraries, include=FALSE, warning=FALSE, message=FALSE}
1717
library(readr)
@@ -43,12 +43,9 @@ df_summaries <- read_tsv("Data/Raw/2021-02-19_PHASTER-summaries.tsv")
4343
<p>...</p>
4444
</details>
4545

46-
47-
48-
4946
## Fig 1B. Generating the number of biosynthetic gene clusters
5047

51-
Data from the the Biosynthetic Gene Clusters were retrieved for eacha species from different servers
48+
Data from the the Biosynthetic Gene Clusters (BGCs) were retrieved for each species from different servers including antiSMASH v5.1.2 and a manual curation.
5249

5350
## Fig 1C. Generating candidate prophages organized by completeness (Incomplete, Questionable, Intact)
5451

README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ Data procesing on PHASTER output dataset
33

44
This repo hosts the complete PHASTER dataset from the 59 strains’
55
genomes analyzed on PHASTER and several scripts developed for its
6-
processing. Analysis of this processed data is published on (paper). The
7-
primary packages used here are in the Tidyverse set of libraries, the
8-
rmarkdown and knitr packages were used to generate this report (Xie
9-
2021; Allaire et al. 2021; Wickham et al. 2019).
6+
processing. Analysis of this processed data is provided in an on
7+
preparation manuscript. The primary packages used here are in the
8+
Tidyverse set of libraries, the rmarkdown and knitr packages were used
9+
to generate this report (Xie 2021; Allaire et al. 2021; Wickham et al.
10+
2019).
1011

1112
# Data layers for the phylogenetic recosntruction (Fig 2.B-D) of **Bacillus** spp.
1213

@@ -32,8 +33,9 @@ df_summaries <- read_tsv("Data/Raw/2021-02-19_PHASTER-summaries.tsv")
3233

3334
## Fig 1B. Generating the number of biosynthetic gene clusters
3435

35-
Data from the the Biosynthetic Gene Clusters were retrieved for eacha
36-
species from different servers
36+
Data from the the Biosynthetic Gene Clusters (BGCs) were retrieved for
37+
each species from different servers including antiSMASH v5.1.2 and a
38+
manual curation.
3739

3840
## Fig 1C. Generating candidate prophages organized by completeness (Incomplete, Questionable, Intact)
3941

0 commit comments

Comments
 (0)