motifs_prep | R Documentation |
prepare motif index from oRNAment files
motifs_prep( rna = "http://rnabiology.ircm.qc.ca/BIF/oRNAment/static/Homo_sapiens_cDNA_oRNAment.csv.gz", id1 = "http://rnabiology.ircm.qc.ca/BIF/oRNAment/static/Homo_sapiens_string_to_int_ID_conversion.csv.gz", id2 = "http://rnabiology.ircm.qc.ca/BIF/oRNAment/static/RBP_id_encoding.csv.gz", min_score = 0.5, out = "hs_motifs_05" )
rna |
cDNA_oRNAment.csv.gz file |
id1 |
string_to_int_ID_conversion.csv.gz file |
id2 |
RBP_id_encoding.csv.gz file |
min_score |
filtering score threshold, default at 0.8 |
out |
saved file name |
motif idx table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.