Description Usage Arguments Value
given a set of reads in a delimited file, find the unique locations, count the number of reads at each location, apply a hard threshold if required, and save the data to an RData file.
| 1 2 3 | convert_to_counted(reads_file, delim = ",", read_start = "startx",
  width = 1, strand = "strand", scramble_strand = TRUE, max_count = 6,
  prepend = "")
 | 
| reads_file | the file with the reads | 
| delim | the delimiter to use | 
| read_start | the column containing the read starts | 
| width | how wide are the reads | 
| strand | which column name has the strand information | 
| scramble_strand | should the strand be scrambled (default is  | 
| max_count | what is the maximum value that the counts should be | 
| prepend | text to prepend the out_file name with | 
the RData filename
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.