View source: R/read.readcount.R
| read.readcount | R Documentation |
use the folloing line to genereate readcount table: $ bam-readcount -w0 -d 1000000000 -f ref.fa alignment.sorted.bam | awk -F ":|\t|=" 'BEGIN OFS = "\t"; print $1, $2, $3 , $4, $21 , $35, $49 , $63' > BRC.txt
read.readcount(X)
Input |
char. path to RC table |
read.readcount("./path/to/RC.txt") -> RC
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.