Description Usage Arguments Details Value Author(s) Examples
Reads SAM file creates a data.frame
1 | read.sam(myfile)
|
myfile |
the name of the fasta file which the data are to be read from. |
This funtion reads SAM file reverts header to columns and outputs
a "data.frame"
.
a data.frame
.
Grischa Toedt, Vladislava Milchevskaya milchv@gmail.com
1 2 3 4 5 6 7 | sam_file <-
dir(system.file("extdata",package="pdProbeRemap"),
pattern="example_drosophila.Aligned.out.sam",
full.names=TRUE)
SAM_list <- read.sam(sam_file)
SAM_list$x
SAM_list$header
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.