Description Usage Arguments Details Value Examples
Sort metagene object regions as sum per line
1 | sort_matrix(m, bed_file)
|
m |
metagene object |
Sorts the matrix and regions.
The sorted metagene object
1 2 3 4 5 6 | matrix_name <- '/Users/schmidm/Documents/other_people_to_and_from/ClaudiaI/Effie_RNAseq_bws/RNAseq_deeptools_out/eRNA_tsspm5000_sorted_by_INT_binding_joined_sensitivity.gz'
bed_name <- '/Users/schmidm/Documents/other_people_to_and_from/ClaudiaI/Shiekkatar_INT_ChIP/eRNAs_sorted_by_INTS_binding.bed'
m_sorted <- sort_matrix(matrix_name, bed_name)
write.table(m_sorted, file='/Users/schmidm/Documents/other_people_to_and_from/ClaudiaI/Effie_RNAseq_bws/RNAseq_deeptools_out/eRNA_tsspm5000_sorted_by_INT_binding_joined_sensitivity_sorted', row.names = FALSE, col.names = FALSE, quote = F, dec = '.')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.