Exporting data from factRObject

# S4 method for factR
exportGTF(object, out = getwd())

# S4 method for factR
exportTable(object, out = getwd(), data = activeSet(object))

# S4 method for factR
exportAll(object, path = getwd())

Arguments

object

factRObject

out

Path to output directory or path to output file. If the former, the output file will be named "factR.gtf"

data

Set metadata to export Can be "gene", "transcript" or "AS".

path

Path to output directory or path to output file.