View source: R/GRanges_to_underscored_pos.R
| GRanges_to_underscored_pos | R Documentation | 
This function converts row or column names (or any character vector of the format) into a GenomicRanges object.
GRanges_to_underscored_pos(input_gr, minusOneToEnd = T)
| input_gr | A GenomicRanges object | 
| minusOneToEnd | Minus one position to end of each Genomic Range? | 
load(system.file("extdata","nbl_result_matrix_sign_small.rda",package = "CNVScope")) 
col_gr<-underscored_pos_to_GRanges(colnames(nbl_result_matrix_sign_small))
GRanges_to_underscored_pos(col_gr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.