Skip to content

Commit

Permalink
improved names
Browse files Browse the repository at this point in the history
  • Loading branch information
michbur committed Sep 8, 2024
1 parent 26de223 commit 79681b6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.Rproj.user
.Rhistory
.RData
.Ruserdata
amyloid-database-list.Rproj
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dat <- read_sheet("https://docs.google.com/spreadsheets/d/14eZvhdwBjI4a9AT7DwS3Q
# nice_names = c("Active", "Non-active"))
cat_df <- data.frame(categories = c("Experimental", "Prediction", "Experimental and prediction"),
nice_names = c("Experimental", "Prediction", "Experimental and prediction"))
nice_names = c("Only experimental data", "Predictions", "Experimental data and predictions"))
all_tools <- sapply(1L:nrow(cat_df), function(ith_category_id) {
part_dat <- dat %>% filter(`Type of data` == cat_df[ith_category_id, "categories"])
Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
For an interactive and browse-able list, please visit:
<https://biogenies.info/amyloid-database-list/>.

- [Experimental](#experimental)
- [Prediction](#prediction)
- [Experimental and prediction](#experimental-and-prediction)
- [Only experimental data](#only-experimental-data)
- [Predictions](#predictions)
- [Experimental data and
predictions](#experimental-data-and-predictions)

## Experimental
## Only experimental data

1. AmyloBase: [publication](https://doi.org/10.1038%2Fembor.2011.116);
[database](http://bioserver2.sbsc.unifi.it/AmyloBase.html).
Expand All @@ -26,7 +27,7 @@ For an interactive and browse-able list, please visit:
5. CPAD2: [publication](https://doi.org/10.1080/13506129.2020.1715363);
[database](https://web.iitm.ac.in/bioinfo2/cpad2/index.html).

## Prediction
## Predictions

1. CARs DB: [publication](https://doi.org/10.3389/fmolb.2022.882160);
[database](http://carsdb.ppmclab.com/).
Expand All @@ -36,7 +37,7 @@ For an interactive and browse-able list, please visit:
3. PrionScan: [publication](https://doi.org/10.1186/1471-2164-15-102);
[database](http://webapps.bifi.es/prionscan).

## Experimental and prediction
## Experimental data and predictions

1. AmyLoad:
[publication](https://doi.org/10.1093/bioinformatics/btv375);
Expand Down

0 comments on commit 79681b6

Please sign in to comment.