readSSfile | R Documentation |
Read secondary structure file
readSSfile(file, type = NULL)
file |
A text file in connect format |
type |
file type. one of "Helix, "Connect", "Vienna" and "Bpseq" |
data frame
Lang Zhou
RF03120 <- system.file("extdata/Rfam/RF03120_SS.txt", package="ggmsa") helix_data <- readSSfile(RF03120, type = "Vienna")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.