Description Usage Arguments Examples
contigInfo function greps the contig related info such as whether its in the MDR
1 | contigInfo(ko, contig, withAnnotation = FALSE)
|
ko |
the ko bin which the contig was assembled from |
contig |
contigID (optional) |
withAnnotation |
0j/ |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | ## Not run:
To query a specific contig
contigInfo(ko = "K00001", contig="contig00001")
# Sending query
# Query Completed
# bin contig MDR spanning readnum length
#1 ko:K00001 K00001:contig00001 1 1 1497 1236
With annotation
assignment taxid bin contig readnum length MDR spanning
1 Bacteroides 816 ko:K00001 K00001:contig00001 1497 1236 1 1
2 Bacteroides 816 ko:K00001 K00001:contig00001 1497 1236 1 1
Rank
1 genus
2 simTaxa
To query all contigs associated with a KO
contigInfo(ko = "K00001") %>% head
#Sending query
#
#Query Completed
#
# MDR spanning bin contig length readnum
#1 <NA> <NA> ko:K00001 K00001:contig00168 297 31
#2 <NA> <NA> ko:K00001 K00001:contig00167 298 118
#3 1 0 ko:K00001 K00001:contig00166 298 45
#4 1 0 ko:K00001 K00001:contig00164 299 236
#5 1 1 ko:K00001 K00001:contig00163 300 106
#6 <NA> <NA> ko:K00001 K00001:contig00162 302 310
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.