Annotatr: include extra columns





library(annotatr)
read_annotations(con = "test.bed", genome = 'xxx', name = 'test', format = 'bed', extraCols=c(gene_id="character", symbol="character", tx_id="character"))
print(annotatr_cache$get('xxx_custom_test'))     

test.bed

chr1    199     240     gene1   abc     mm10
chr2    200     400     gene2   def     mm10

Comments

Popular posts from this blog

gspread error:gspread.exceptions.SpreadsheetNotFound

Miniconda installation problem: concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending.

转载:彻底搞清楚promoter, exon, intron, and UTR