abundance_vc | R Documentation |
Creates a abundance matrix from the genome_by_genome_overview.csv files outputed by VCONTACT2
abundance_vc( viral_vc, taxa = "Family", output_type = "matrix", abuntype = "relative" )
viral_vc |
dataframe, gene_to_genome.csv, output from VContact2 |
taxa |
taxon selected by the user among the following: "Genome","Order","Family","Genus". Default set to "Family" |
abuntype |
abundance to construct the matrix. "relative" or "absolute"; default set to "relative" |
## Not run: quiet(cat("test")) quiet(warning("test")) quiet(warning("test"), all=T) ## End(Not run) # This is a function that suppresses log info
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.