getProteins_from_tax_ids {geneHummus} | R Documentation |
Parse the RefSeq database using protein architecture identifiers (SPARCLE dabatse) and extract the protein ids. for the selected taxonomic species.
getProteins_from_tax_ids(arch_ids, taxonIds)
arch_ids |
A string with the electronic links for the SPARCLE. |
taxonIds |
A vector string with taxonomy ids; Legume species available in RefSeq, by default. |
RefSeq protein identifiers for selected species.
Jose V. Die
filtered_archids <- c("12034184")
medicago <- c(3880)
getProteins_from_tax_ids(filtered_archids, medicago)