Description Usage Arguments Value Examples
Retrieve the SRA runs containing a 'palm_id'-matching contig.
1 |
palm_ids |
character or list, set of 'palm_id' to lookup in palmdb |
con |
pq-connection, use SerratusConnect() |
ret_df |
boolean, return a 'palm_id' 'run_id', 'coverage', 'qsequence' data.frame [F] |
ret_contig.df |
boolean, return a data.frame of matching contigs [F] |
qc |
boolean, require 85-percent palmprint coverage and e-value < 1e-6 |
character, de-duplicated run_ids with a potential match for 'palm_ids'
1 2 3 4 | palmid_of_interest <- c("u1337")
con <- SerratusConnect()
palm.sra <- get.sra(palmid_of_interest, con)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.