Skip to content

Commit

Permalink
Release v0.1.0 - version used in ISCB paper submission
Browse files Browse the repository at this point in the history
  • Loading branch information
arendsee committed Feb 1, 2018
1 parent 2f52d79 commit ec2a871
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Package: phylostratr
Title: Analyze phylostratigraphic data
Version: 0.0.0.9000
Version: 0.1.0
Authors@R: person("Zebulun", "Arendsee", email = "zbwrnz@gmail.com", role = c("aut", "cre"))
Description:
Analyze phylostratigraphic data. Details to come.
Infer the age of genes using phylostratigraphic methods.
Depends: R (>= 3.4.0)
Imports:
ape,
Expand Down
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,24 @@

# phylostratr

I'll fill this out after I submit the paper. In the meantime, see the vignette.
Predict and explore the age of genes using phylostratigraphic methods.

## Installation

## TODO
You can install from CRAN with:

- [ ] Add handling for custom trees (not just the NCBI common tree)
```{r github-installation, eval=FALSE}
library(devtools)
install_github("arendsee/phylostratr")
```

- [ ] Resurrect the noise analysis
## Dependencies

- [ ] Add reverse protein analysis
* NCBI BLAST+

- [ ] Resurrect the revenant hunters and plotters
## Funding

- [ ] Use datadr for execution
This work is funded by the National Science Foundation grant:

- [ ] Use SQLite for storing BLAST results

- [ ] Generate a report (both archive and excel)
[NSF-IOS 1546858](https://www.nsf.gov/awardsearch/showAward?AWD_ID=1546858)
Orphan Genes: An Untapped Genetic Reservoir of Novel Traits

0 comments on commit ec2a871

Please # to comment.