You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
analys.gff.gff_to_gtf function updated to handle dot value for phase in CDS features
`Breast Cancer Wisconsin (Diagnostic) Data Set added
visuz.stat.roc function added for visualizing the ROC
bartlett and levene function added to analys.stat class for checking the ANOVA assumptions
for datasets in stacked format
tukey_hsd function updated for grouping order
Pandas series added as input for fasta.extract_seq function
extract_seq function moved to fasta class
extract_seq function deprecated from analys
visualization for single and multiple statistical bar charts updated for future releases
Tukey HSD test updated for interaction effect. Pairwise comparison for interaction effect can be calculated.
gff_to_gtf function updated for the GFF3 file for non-coding RNA transcripts. GFF3 files with non-coding transcripts
(e.g. from miRBase GFF3) can be converted to GTF
genFam enrichment analysis function added (bioinfokit.analys.genfam.fam_enrich)
genfam test added
Tukey HSD test added to perform multiple pairwise comparisons (bioinfokit.analys.stat.tukey_hsd)
new option mrna_feature_name added in analys.gff.gff_to_gtf if the name of the feature (column 3 of GFF3 file) of
protein coding mRNA is other than 'mRNA' or 'transcript' (e.g. some GFF3 file has this feature named as
protein_coding_gene )
dim option added to visuz.cluster.screeplot, visuz.cluster.pcaplot and visuz.cluster.biplot to control the
figure size
seqcov moved to fastq class
sra_db function added under fastq class for batch download of FASTQ files
from NCBI SRA database
In t-test, the one sample t and paired t-test added
Two sample t-test switched to class based method
t-test function name changed to ttest from ttsam
programmatic access to chi-squared independence test dataset added