is_fastadt | R Documentation |
Is fastadt
is_fastadt(x, .xname = get_name_in_parent(x))
assert_fastadt(x, .xname = get_name_in_parent(x))
x |
fasta data.table |
.xname |
string |
fastafile <- system.file('extdata/uniprot_hsa_20140515.fasta', package = 'autonomics')
x <- read_uniprotdt(fastafile)
# is_fastadt(x) # slow
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.