Description Usage Arguments Value Examples
Make an input object for annotation functions.
1 2 3 4 5 |
inDir |
a string vector. Location of a directory that has a local alignment |
id |
a character vector. the specific words that can appoint |
mapTool |
a character vector. Function serves two types of file |
vectorPos |
a character vector. Sets the position of vector on sequences. |
outPath |
a string vector. Directory path of tab-deliminated hit files |
outFileName |
a character vector. Attached character to the result file name. |
Return two types of outputs. Text file and R object.
Available hit data from input is written in text file and
generated as a list of GenomicRange(GR) format object.
1 2 3 | blast_obj = makeExpSet2(inDir = system.file("scripts", package = "RIPAT"),
id = 'BLASTn')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.