View source: R/get_pct_unalign.R
get.pct.unalign | R Documentation |
This function extracts the humann log file from a tgz file and gets the percent unaligned sequences for both nucleotides and protein translations.
get.pct.unalign(match.pattern = "tgz$", location, out.file, n.cores = 1)
match.pattern |
character; pattern to match desired files and directories. Default is "tgz$" |
location |
character; path to directory with files/directories you want to manipulate. |
out.file |
character; path and name of output file. |
n.cores |
integer; if 1, will run serially, otherwise will extract in parallel utilzing up to the number of cores specified. Default is 1. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.