Description Usage Arguments Value Note See Also Examples
View source: R/hiReadsProcessor.R
Given filename(s), the function reads the blast8 file format from BLAT as a data frame and performs basic score filtering if indicated. Any other file format will yield errors or erroneous results.
1 2 3 4 5 6 |
files |
blast8 filename, or vector of filenames, or a pattern of files to import. |
asGRanges |
return a GRanges object instead of a dataframe. Default is TRUE Saves memory! |
removeFile |
remove the blast8 file(s) after importing. Default is FALSE. |
parallel |
use parallel backend to perform calculation with
|
a dataframe or GRanges object reflecting blast8 file type.
If parallel=TRUE, then be sure to have a parallel backend registered
before running the function. One can use any of the following
MulticoreParam
SnowParam
pairwiseAlignSeqs
, vpairwiseAlignSeqs
,
startgfServer
, blatSeqs
, read.psl
1 2 3 | # this function works similar to read.psl #
#read.blast8(files="processed.*.blast8$")
#read.blast8(files=c("sample1hits.blast8","sample2hits.blast8"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.