Skip to content

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

@kmatlik

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!

Metadata

Metadata

Labels

questionFurther information is requestedresolvedIssue is resolved

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions