Description Usage Arguments Details Value Author(s) Examples
View source: R/2_processAlignments.R
Reads probe alignment files and creates an Alignments
object
1 | processAlignments(alignment.dir = NA)
|
alignment.dir |
the path to a directory that contains genomic and transcriptomic alignments |
This funtion reads genomic alignment file (Aligned.out.sam
postfix
required)
and transcriptomic alignment file (Aligned.toTranscriptome.out.bam
postfix requires)
and generated an object of class "Alignments"
a "Alignments"
.
Vladislava Milchevskaya milchv@gmail.com
1 2 3 4 5 6 | sam_file <-
dir(system.file("extdata",package="pdProbeRemap"),
pattern="example_drosophila.Aligned.out.sam",full.names=TRUE)
alignment_dir <-
strsplit(sam_file, split = "example_drosophila.Aligned.out.sam")[[1]]
Als <- processAlignments(alignment_dir)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.