View source: R/create_fgcz_fasta_db.R
make_fasta_summary | R Documentation |
make db summary which includes number of sequences, and amino acid statistcis
make_fasta_summary(resDB, old = FALSE, as_string = TRUE)
array of strings which should be passed to the cat function.
file = system.file("extdata/fgcz_contaminants2022_20220405.fasta.gz",package="prozor")
xx <- prozor::readPeptideFasta(file)
cat(make_fasta_summary(xx))
rbenchmark::benchmark(make_fasta_summary(xx),replications = 10)
rbenchmark::benchmark(make_fasta_summary(xx, old = TRUE), replications = 10)
make_fasta_summary(xx, as_string = FALSE)
make_fasta_summary(xx, old =TRUE, as_string = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.