Hello and thank you for this impressive package!
As I'm working with some genomic ranges lately I would like to include some results from BLAST.
At first, I thought that it would be quite easy to include the results as granges but until now I haven't found a function that imports a blast resulting file in tabular with comment lines format.
For the implementation, I used an example (with some changes) from here:
In my case I use docker to run BLAST, you can find all the corresponding code below:
Context
Import BLAST output as Genomic Ranges
Code
Run docker, download database and example, output the result to current directory
Hello and thank you for this impressive package! As I'm working with some genomic ranges lately I would like to include some results from BLAST. At first, I thought that it would be quite easy to include the results as granges but until now I haven't found a function that imports a blast resulting file in tabular with comment lines format.
For the implementation, I used an example (with some changes) from here: In my case I use docker to run BLAST, you can find all the corresponding code below:
Context
Import BLAST output as Genomic Ranges
Code
Run docker, download database and example, output the result to current directory
Import results, check lengths of Genomic Ranges that are correct and provide a pseudo-function for later development.
Small reproducible example
See above :)
R session information
Remember to include your full R session information.
Cheers! :beers: