accnet | R Documentation |
Create an accnet object.
accnet(mmseqs, threshold = 0.8, singles = TRUE, dist = FALSE)
mmseqs |
An object od class mmseq |
threshold |
Remove proteins with a frequency higher than threshold (soft-coregenome). |
singles |
keep proteins presence in just one sample? |
dist |
pre calculate the distance matrix for further usage. |
This function extract the accessory genome from a mmseq object. The mmseq contains all the relationship among genomes (or other genomic unit) and genes/proteins. accnet extract the accsessory genome removing the sof-coregenome. Hard-coregenome is the set of proteins present in the 100\% of the genomes. Soft-coregenome is the set of proteins present in the threshold of the genomes.
An accnet object.
accnet object contains
list: Data.frame with the relationship of genome-protein
matrix: Adjacency matrix (presence/absence)
annot: Annotation table with the protein functional annotation
AcCNET (Accessory Genome Constellation Network): comparative genomics software for accessory genome analysis using bipartite networks VF Lanza, F Baquero, F de la Cruz, TM Coque - Bioinformatics, 2017
mmseqs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.