Description Usage Arguments Examples
View source: R/seq_searches_workflow.R
Create Biostrings pdict (pattern dictionary) from a dataframe for effecient sequence searches of RNAseq reads.
1 | create_custom_pdict(theoretical_seqs_df)
|
theoretical_seqs_df |
a dataframe with computationally derived exon junction sequences |
1 2 | my_seqs <- data.frame(Name=as.character(1:10),Sequence=rep(c("ATCGCCCGTTA"), 10))
my_pdict_obj <- create_custom_pdict(theoretical_seqs_df=my_seqs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.