Skip to content

Is it possible to export bed file with metadata colums? #7

Description

@kmatlik

For example:

test <- GRanges(seqnames = c("chr1", "chr2", "chr3"),  
                ranges = IRanges(start = c(1,1,1),  
                                 end = c(100, 200, 300)),  
                expression = c(1000, 1500, 2000))  
export.bed(test, "~/Documents/test.bed")

But the resulting bed file doesn't have the "expression" column. Is it possible to keep the metadata columns too?
Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

questionFurther information is requestedresolvedIssue is resolved

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions