View source: R/dada_phyloseq.R
select_one_sample | R Documentation |
Mostly for internal used, for example in function track_wkflow_samples()
.
select_one_sample(physeq, sam_name, silent = FALSE)
physeq |
(required): a |
sam_name |
(required) The sample name to select |
silent |
(logical) If true, no message are printing. |
A new phyloseq-class
object with one sample
Adrien Taudière
A8_005 <- select_one_sample(data_fungi, "A8-005_S4_MERGED.fastq.gz")
A8_005
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.