Title: | Optimization Based Ensemble Model for Prediction of Histone Modifications in Rice |
---|---|
Description: | The comprehensive knowledge of epigenetic modifications in plants, encompassing histone modifications in regulating gene expression, is not completely ingrained. It is noteworthy that histone deacetylation and histone H3 lysine 27 trimethylation (H3K27me3) play a role in repressing transcription in eukaryotes. In contrast, histone acetylation (H3K9ac) and H3K4me3 have been inevitably linked to the stimulation of gene expression, which significantly influences plant development and plays a role in plant responses to biotic and abiotic stresses. To our knowledge this the first multiclass classifier for predicting histone modification in plants. <doi:10.1186/s12864-019-5489-4>. |
Authors: | Dipro Sinha [aut, cre], Sneha Murmu [aut], Girish Kumar Jha [aut], Md Yeasin [aut], Saikath Das [aut], Sougata Bhattacharjee [aut], Dwijesh Chandra Mishra [aut], Neeraj Budhlakoti [aut], Sudhir Srivastava [aut], Sunil Archak [aut] |
Maintainer: | Dipro Sinha <[email protected]> |
License: | GPL-3 |
Version: | 0.1.1 |
Built: | 2024-10-24 04:45:42 UTC |
Source: | https://github.com/cran/OpEnHiMR |
Prediction of H3K27me3, H3K9ac and H3K4me3 modification in rice.
pred_hmc(fasta_file_path)
pred_hmc(fasta_file_path)
fasta_file_path |
Sequence file path (.fasta format) |
Modications: sequences with their modifications (H3K27me3, H3K9ac and H3K4me3) or no modification.
Yin, Q., Wu, M., Liu, Q. et al. DeepHistone: a deep learning approach to predicting histone modifications. BMC Genomics 20 (Suppl 2), 193 (2019).
example_path <- system.file("exdata/test.fasta", package = "OpEnHiMR") pred <- pred_hmc(fasta_file_path = example_path)
example_path <- system.file("exdata/test.fasta", package = "OpEnHiMR") pred <- pred_hmc(fasta_file_path = example_path)