Polyprotein translation

HI. Can anyone help me to find out how can I get the polyprotein translation of a sequence of a virus in Rstudio?

Hi, and welcome!

Take a look at the Bioconductor sitePath package (https://bioconductor.org/packages/release/bioc/html/sitePath.html) package and its zkiv_align function. Bioconductor needs installation

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install()

and to install Bioconductor packages

BiocManager::install(sitePath")

I'm not a biological scientist, so this may not be the right package for your purposes. I hope though that it will point you in the right direction.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.