getBlastHits: getBlastHits

getBlastHitsR Documentation

getBlastHits

Usage

getBlastHits(blast_hits_file)

Arguments

blast_hits_file

blast_hits_file should be a .tsv file obtained after aligning your sequences using BLAST

Examples

##---- 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)
  }

MaudeDavidLab/GMEmbeddings documentation built on March 31, 2022, 3:12 a.m.