File: makeTaxonomyFasta_RDP.Rd

package info (click to toggle)
r-bioc-dada2 1.34.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,016 kB
  • sloc: cpp: 3,096; makefile: 5
file content (25 lines) | stat: -rw-r--r-- 1,058 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/taxonomy.R
\name{makeTaxonomyFasta_RDP}
\alias{makeTaxonomyFasta_RDP}
\title{This function creates the dada2 assignTaxonomy training fasta for the RDP trainset .fa file
The RDP trainset data was downloaded from: https://sourceforge.net/projects/rdp-classifier/files/RDP_Classifier_TrainingData/}
\usage{
makeTaxonomyFasta_RDP(fin, fdb, fout, compress = TRUE)
}
\description{
## RDP Trainset 18
path <- "~/Desktop/RDP/RDPClassifier_16S_trainsetNo18_rawtrainingdata"
dada2:::makeTaxonomyFasta_RDP(file.path(path, "trainset18_062020.fa"), 
    file.path(path, "trainset18_db_taxid.txt"), 
    "~/tax/rdp_train_set_18.fa.gz")
dada2:::tax.check("~/tax/rdp_train_set_18.fa.gz", "~/Desktop/ten_16s.100.fa")
}
\details{
## RDP Trainset 16
path <- "~/Desktop/RDP/RDPClassifier_16S_trainsetNo16_rawtrainingdata"
dada2:::makeTaxonomyFasta_RDP(file.path(path, "trainset16_022016.fa"), 
    file.path(path, "trainset16_db_taxid.txt"), 
    "~/tax/rdp_train_set_16.fa.gz")
}
\keyword{internal}