| getSpliceVariantSeqs | R Documentation |
seq.lst that have identical
names as argument seq.names. If for not all members of
seq.names entries are found in seq.lst the function tries to
match those sequence names that were not found with sequence names in
seq.lst by allowing for splice variants. E.g. GeneA is not
found in seq.lst, but GeneA.1 might be.Identifies those entries in argument seq.lst that have identical
names as argument seq.names. If for not all members of
seq.names entries are found in seq.lst the function tries to
match those sequence names that were not found with sequence names in
seq.lst by allowing for splice variants. E.g. GeneA is not
found in seq.lst, but GeneA.1 might be.
getSpliceVariantSeqs(seq.lst, seq.names, ...)
seq.lst |
An instance of |
seq.names |
A character vector of sequence IDs to select from argument
|
... |
Additional arguments to be passed to |
An instance of base::list the subset of argument
seq.lst whose entries match the sequence IDs given in
seq.names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.