Description Usage Arguments Value Examples
Extracts data from BMRB STAR 3.0 file.
read_nmrstar_file()
parses BMRB STAR 3.0 file. It will extract sequence information and chemical shifts for both alpha and beta carbons.
1 | read_nmrstar_file(file_path)
|
file_path |
File path where input chemical shifts file is located |
Protein sequence and chemical shifts dataframe.
1 2 3 4 5 6 7 8 9 10 | ## Download a BMRB file
library(BMRBr)
## Not run: bmrb_download(id_list = "4020", output_dir = "./", verbose = F)
## Read in BMRB file and procec
file_path = "bmr4020.str"
## Not run: head(read_nmrstar_file(file_path)
## Delete downloaded BMRB file
## Not run: unlink("./bmr4020.str")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.