Description Usage Arguments Examples
This function extract keywords from read annotation.
1 2 3 4 5 6 7 | getNameField(object, split = NULL)
## S3 method for class 'SeqFasta'
getNameField(object, split = "=| |[|]")
## S3 method for class 'SeqFastq'
getNameField(object, split = "=| |[|]")
|
object |
class 'SeqFastq'/'SeqFasta' object |
split |
characters to split the annotation line |
1 2 3 | file = system.file('data/ref.fa', package = 'seqtools')
fasta = read.fasta(file)
getNameField(fasta[[1]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.