Description Usage Arguments Value Examples
This function allows you to prepare the data format for downstreme computation
1 2 3  | PrepareData(readsnumber.1 = P5.readsnumber,
  readsnumber.2 = P6.readsnumber, name1 = "P5", name2 = "P6",
  dummyreads = 5)
 | 
readsnumber.1 | 
 The first readsnumber input file  | 
readsnumber.2 | 
 The Second readsnumber input file  | 
name1 | 
 Give a short name for data 1, such as "P5", "INShi", what ever distinguishable  | 
name2 | 
 Give a short name for data 2, such as "P5", "INShi", what ever distinguishable  | 
dummyreads | 
 Number of dummy reads to add on both in order to alleviate Low reads bias. Derfault is 5  | 
return a formated merged data.frame with information from both experiment
1  | PrepareData(readsnumber.1=P5.readsnumber,readsnumber.2=P6.readsnumber,name1="P5",name2="P6",dummyreads=5)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.