Bioinformatics data analysis and visualization toolkit
v0.8 has the following updates and changes
- GFF3 to GTF file conversion utility added and updated under class
gff
- In Manhatten plot (
visuz.marker.mhat
), the labeling issue withmarkernames
parameter corrected (see issue # 4 on GitHub for details;) gstyle
parameter added in Manhatten plot for box style annotationsplitvcf
function added for splitting VCF file into individual VCF files for each chromosomemergevcf
moved toanalys.marker
classreg_lin
function updated for multiple regression- degree of freedom fixed for t-test for regression coefficients
- VIF calculation for MLR updated
- functions
fastq_reader
andfqreadcounter
moved tofastq
class