read.qubit_csv: Read Qubit CSV

Description Usage Arguments Value Examples

View source: R/read.qubit.R

Description

Read Qubit Results file.

Usage

1
read.qubit_csv(file, header = T, sep = ",", quote = "", skip = 5)

Arguments

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.

Value

Returns a data frame.

Examples

1
#read.qubit_csv(file = "data-raw/Qubit2018-05-30_14-20-15_ChIP_CTCF_Pulldown.csv")

avhgenomics/bioKIT documentation built on May 5, 2019, 12:29 a.m.