File: makeSpeciesFasta_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 (21 lines) | stat: -rw-r--r-- 939 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/taxonomy.R
\name{makeSpeciesFasta_RDP}
\alias{makeSpeciesFasta_RDP}
\title{This function creates the dada2 assignSpecies fasta file for the RDP
from the RDP's _Bacteria_unaligned.fa file.}
\usage{
makeSpeciesFasta_RDP(fin, fout, compress = TRUE)
}
\description{
## RDP Trainset 18/Release 11.5
## The RDP documentation does not make clear whether the updates to the taxonomy from training set release 18 were
## propagated to the current Bacterial alignment.
dada2:::makeSpeciesFasta_RDP("~/Desktop/RDP/current_Bacteria_unaligned.fa", "~/tax/rdp_species_assignment_18.fa.gz")
dada2:::tax.check("~/tax/rdp_species_assignment_18.fa.gz", "~/Desktop/ten_16s.100.fa", mode="species")
}
\details{
## RDP Trainset 16/Release 11.5
dada2:::makeSpeciesFasta_RDP("~/Desktop/RDP/current_Bacteria_unaligned.fa", "~/tax/rdp_species_assignment_16.fa.gz")
}
\keyword{internal}