getBlastHits | R Documentation |
getBlastHits(blast_hits_file)
blast_hits_file |
blast_hits_file should be a .tsv file obtained after aligning your sequences using BLAST |
##---- Should be DIRECTLY executable !! ---- ##-- ==> Define data, use random, ##-- or do help(data=index) for the standard data sets. ## The function is currently defined as function (blast_hits_file) { blast_hits <- read.delim(blast_hits_file) return(blast_hits) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.