sage.library: Class sage.library

Description Usage Arguments Details Author(s) References See Also Examples

Description

The SAGE library class contains all the data and annotation for a SAGE library. It can contain two data.frames.

Usage

1
2
3
read.sage.library(file)
write.sage.library(x, file=paste(x$libname, "sage", sep="."),
                   what="complete") 

Arguments

x

A sage library object

file

File name to read or write to

what

"complete", read complete librarary tags and sequences; "tags", read only tags and counts

Details

SAGE library objects consists of one or two data.frames. The data.frame "tags" contains all the unique tags in the library and its counts. The data.frame "seqs" contains all the individual tag sequences and associated quality values. read.sage.library and write.sage.library are utility functions to read and write SAGE libraries.

Author(s)

Tim Beissbarth

References

http://tagcalling.mbgproject.org

See Also

extract.lib

Examples

1
2
3
4
library(sagenhaft)
E15postHFI <- read.sage.library(system.file("extdata", "E15postHFI.sage",
                                package="sagenhaft")) 
E15postHFI

sagenhaft documentation built on Nov. 8, 2020, 4:57 p.m.