subFasID {chromseq} | R Documentation |
Subtract chromosome ids from Fasta file
Description
Subtract chromosome ids from Fasta file
Usage
subFasID(text = text)
Arguments
text |
Large character read by readLines from chromosome Fasta file. |
Value
The id list of the Fasta file.
Examples
data("text")
text<- replaceText(type = "text",input = text)
id <- subFasID(text = text)
[Package chromseq version 0.1.3 Index]