View source: R/read.stockholm.R
read.stock | R Documentation |
This function reads a Stockholm formated allignment from the RFAM database into a R data.frame. It trims the long header at the front of the Stockholm file and keeps the data. It also separates the Accension number and the sequence location into separate column in the data frame. Data in data.frames are stored as strings.
read.stock(data_file)
data_file |
Path to the data file |
A data frame containing the information in the Stockholm file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.