Description Usage Arguments Value Examples
Read Qubit Results file.
1 | read.qubit_csv(file, header = T, sep = ",", quote = "", skip = 5)
|
file |
File location. String |
header |
Header? logical. T by default. |
sep |
delimiter for import; String. "," by default |
quote |
quote? String. "" by default. |
skip |
How many rows to skip before reading. Integer. 5 by default. |
Returns a data frame.
1 | #read.qubit_csv(file = "data-raw/Qubit2018-05-30_14-20-15_ChIP_CTCF_Pulldown.csv")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.