Description Usage Arguments Value Author(s) References Examples
Perform fasta file retrieving using readRNAStringSet function from Biostrings, result stored in standarlize data.frame for easy usage.
1 | fasta2df(filepath)
|
filepath |
The path directed to fasta file on current working directory |
Return a data.frame object contain fasta document loaded
NAME - Corresponding of the RNA sequence
SEQ - The original RNA sequence
Sijie Xu, sijie.xu@mail.utoronto.ca
H. Pagès, P. Aboyoun, R. Gentleman and S. DebRoy (2020). Biostrings: Efficient manipulation of biological strings. R package version 2.56.0.
1 2 | filePath <- system.file("extdata", "test.fasta", package = "rseAnalysis")
fasta <- fasta2df(filePath)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.