View source: R/merge_footprints.R
get_merged_fasta | R Documentation |
This function first merges footprints whose distances is less than 4, and then obtains the sequence of each footprint based on the reference genome, and output the sequence in FASTA format
get_merged_fasta(footprints, fastadir, distance = 4)
footprints |
footprints file, generated by dnase2tf or Hint or other related software, name of first column should be 'chr', name of second column should be 'start' and name of thrid column should be 'end'. |
fastadir |
character, indiating the path of reference genome |
distance |
numeric, indicating the cutoff for merging footprints |
return sequence of footprints in fasta format
fastadir='Genome/GRCm38Chr.fasta'
#merged_fasta <- get_merged_fasta(fdr005,fastadir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.