View source: R/formatted_output_mef_results.R
formatted_output_mef_results | R Documentation |
Output formatted sequences in foreground that are mapped to specific motifs.
formatted_output_mef_results(foreground_sequences_mapped_to_motifs)
foreground_sequences_mapped_to_motifs |
A list that consists of motifs and their corresponding aligned sequences from foreground. |
A data frame that motifs and their corresponding aligned sequences from foreground.
Dongdong Zhan and Mengsha Tong
## Not run: ftp_url <- "ftp://111.198.139.72:4000/pub/PhosMap_datasets/function_demo_data/formatted_output_mef_results.RData" load_data <- load_data_with_ftp(ftp_url, 'RData') writeBin(load_data, "formatted_output_mef_results.RData") load("formatted_output_mef_results.RData") formatted_output_df <- formatted_output_mef_results( foreground_sequences_mapped_to_motifs ) head(formatted_output_df) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.