Description Usage Arguments Details Value Note Author(s) Examples
This function is a parser of read.table to load sgRNA NGS data into a data.frame
| 1 | 
| filename | The filename of the NGS dataset file. | 
| header | Specifies whether a header is present in the file or not. | 
| sep | Specifies how data is separated column-wise. See ?read.table for further information. | 
| comment.char | comment.char see ?read.table | 
| type | Type of data being loaded. Bu default NULL, which loads tabular data. Other values: xlsx for MIACCS file and fastalib to read the library reference fasta file | 
See ?read.table for further information.
load.file returns a data.frame.
none
Jan Winter
| 1 2 | data(caRpools)
#data.frame = load.file("sgRNA.txt", header= TRUE, sep="\t")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.