readRefmap: reads output in .refmap format from cuffcompare

Description Usage Arguments Format Value References

Description

This function reads output from the cuffcompare specific refmap format. It is an tab delimited file that lists, for each reference transcript, which cufflinks transcript either fully or partially match.

Usage

1
readRefmap(filename)

Arguments

filename

location of the cuffcompare output file in .refmap format

Format

Tab delimited file, where one row represents a reference transcript with the following attributes:

ref_gene_id

The gene_name attribute of the reference GTF record for this transcript, if present. Otherwise gene_id is used.

ref_id

The transcript_id attribute of the reference GTF record for this transcript

class_code

The type of match between the Cufflinks transcripts and the reference transcript.

cuff_id_list

A comma separated list of Cufflinks transcript ids matching the reference transcript

Value

dataframe

content of the parsed file as dataframe

References

Cufflinks Manual <cuff_in>.refmap: http://cufflinks.cbcb.umd.edu/manual.html#refmap


psikon/cuffgo documentation built on May 26, 2019, 10:32 a.m.