Category Archives: Update

Added importFQ() function

Today I added the importFQ() function to hoardeR to import fastq files to it. It has also a print and a summary function.

Posted in Update | Leave a comment

Added importBed() function

I added today the convenience wrapper ‘importBed()’ to the package to import bed-files to R.

Posted in Update | Leave a comment

Added exportBed()

I added today the `exportBed()` function as an convenience wrapper around `write.table()`.

Posted in Update | Leave a comment

Function importPedMap() is deprecated

The function importPedMap() was flagged as deprecated in version 0.9. Please start using the function with the same name from the GenomicTools package.

Posted in Update | Leave a comment

Added a VignetteBuilder

The vignette is written in Markdown, so Cran hasn’t created a link to the Vignette. This could be solved by added a VignetteBuilder to the DESCRIPTION file.

Posted in Update | Leave a comment

New function added

Today I added a new function called exportFA(). It takes an FA-object from hoardeR and stores it as a regular fasta file.

Posted in Update | Leave a comment

Major hoardeR update

Currently we are working on a major update for hoardeR so that it will be more user-friendly and easier to use. Further, we also set up this page to provide additional information and help.

Posted in Update | Leave a comment