powered by
Retrieve the SRA runs containing a 'palm_id'-matching contig.
get.sra(palm_ids, con, ret_df = FALSE, ret_contig.df = FALSE, qc = TRUE)
character or list, set of 'palm_id' to lookup in palmdb
pq-connection, use SerratusConnect()
boolean, return a 'palm_id' 'run_id', 'coverage', 'qsequence' data.frame [F]
boolean, return a data.frame of matching contigs [F]
boolean, require 85-percent palmprint coverage and e-value < 1e-6
character, de-duplicated run_ids with a potential match for 'palm_ids'
# NOT RUN { palmid_of_interest <- c("u1337") con <- SerratusConnect() palm.sra <- get.sra(palmid_of_interest, con) # }
Run the code above in your browser using DataLab