Trim2Core2 | R Documentation |
Misc functions for extraction of core domain region based on profile matches.
Trim2Core2( hits_df = Motif_df, faa = FL_longest_members, add_genetic_code = F, Out_faa = T, out_df = F, input_was = "new_name", subject_was = "profile", Expand_projectionX = 0 )
hits_df |
Input table (data.frame). Usually tabular search results of profile search e.g. hmmsearch |
faa |
Input XString/BString/DNAStringSet... |
add_genetic_code |
If canonical stops are identified within the core region, should this be noted in the output? |
Out_faa |
Should the output include the trimmed StringSet? |
out_df |
Should the output include the potentially modified hit table? |
input_was |
Column name for the input (usually seq IDs). |
subject_was |
Column name for the profile (usually profile IDs). |
Expand_projectionX |
Should the core region be expanded slightly based to cover the entire *projected* region of the alignment? |
Other BString_functions:
AAcoor2NAcoor_dFAST()
,
AAcoor2NAcoor_df()
,
AAcoor2NAcoor()
,
DF2XString()
,
XSDNARedunFilter()
,
XString2DF()
,
XString2KmerDT()
Trim2Core2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.