NOSUCH.maf: NO-SUCH data.

Description Format Source Examples

Description

Description of the data ....

Format

Example A MAF formatted file with 15 rows and 32 columns:

exampleHUGO_Symbol

example this is a HGNC gene symbol

exampleENTREZ_GENE_ID

this is an ID

...

Source

https://example.com/docs/dummy_formats/

Examples

1
2
3
4
5
6
## Not run: 
system.file('data', 'NOSUCH.maf', package='rpt')
fPath <- system.file('data', 'NOSUCH.maf', package='rpt')
myExample <- read.delim(fPath, stringsAsFactors = FALSE)

## End(Not run)

faye-yang/MSPTM documentation built on May 21, 2019, 4:05 a.m.