Skip to content
Snippets Groups Projects
Commit f630e7c2 authored by Francesco Sabatini's avatar Francesco Sabatini
Browse files

Sinked additional output from 03_Backbone

parent 2f427475
No related branches found
No related tags found
No related merge requests found
......@@ -838,11 +838,13 @@ tpl.ncbi <- read_csv("../_derived/TPL/tpl_results_iter4.csv",
tpl.ncbi.certain <- tpl.ncbi %>%
filter(Plant.Name.Index==T)
nrow(tpl.ncbi.certain)
write_csv(tpl.ncbi.certain, path = "../_derived/TPL/tpl.ncbi.certain.csv")
tpl.ncbi.uncertain <- tpl.ncbi %>%
filter(Plant.Name.Index==F) %>%
dplyr::select(Taxon)
nrow(tpl.ncbi.uncertain)
write_csv(tpl.ncbi.uncertain, path = "../_derived/TPL/tpl.ncbi.uncertain.csv")
save(tpl.ncbi.certain, tpl.ncbi.uncertain, file="../_derived/TNRS_submit/tnrs.iter4.RData")
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment