Read blast outfmt6 file
1 2 3 4 5 6 7 | read.outfmt6(
fname,
col.names = c("qseqid", "sseqid", "pident", "length", "mismatch", "gapopen",
"qstart", "qend", "sstart", "send", "evalue", "bitscore"),
col.names.pre = c(),
col.names.post = c()
)
|
fname |
input file name |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.