Author Archives: fischuu

Better package structure

In order to maintain a better structure of the package, I ‘outsourced’ today all the I/O functions into a separate R-package called GenomicTools.fileHandler. That way I hope to get a better structure into my packages, as some I/O functions are … Continue reading

Posted in Update | Leave a comment

Input checks improved

The importGTF() function received today some import option checks to make it easier to use/trace mistakes.

Posted in Update | Leave a comment

Updates in QTL() function

The QTL function accepts now also matrices and vectors as input fot the genotypes.

Posted in Update | Leave a comment

importFeatureCounts() function added

A new function to import the output of featureCOunts to R has been added.

Posted in Update | Leave a comment

New option in importGTF()

The importGTF() function has now an option to define numeric values during the import. This makes it easier to import expression data in gtf format. By default FPKM and TPM are imported as numeric values, but also other feature names … Continue reading

Posted in Update | Leave a comment

New function prereadGTF()

The function prereadGTF() was added to the package. The function reads in by default the first 1000 rows of a gtf and summarizes the content in a way that the inforamtion is needed to import the GTF properly. For that … Continue reading

Posted in Update | Leave a comment

Semicolon issue in importGTF() fixed

When the last feature in V9 of importGTF() was requested, the ending semicolon was not removed. This issue is resolved and the semicolon is removed now during the import.

Posted in Update | Leave a comment

Update in importGTF()

The importGTF() function can now also import several gtf and merge them into one output file. Further, the function offers now verbose feedback (if requested with the verbose=TRUE option). Another change is the skip option, previously the default was to … Continue reading

Posted in Update | Leave a comment

Package manuscript published

The package description in ‘Computer Methods and Programs in Biomedicine’ was published here.  Until 23.10.2017 it can be downloaded here.

Posted in Publication | Leave a comment