extract.gb {read.gb} | R Documentation |
This function regroup every items found in a list if they correspond to the character string specified. Works for general parts (ACCESSION, SOURCE...) and parts of FEATURES (source, gene, CDS...)
extract.gb(x, Item)
x |
The name of the list containing the records. |
Item |
character. The part to extract. It have to match case. |
Returns a list containing the data
## Not run:
extract.gb(Example, "gene")
## End(Not run)