readDataSetFromFolder | R Documentation |
readDataSetFromFolder()
scanns queryFolder and subjectFolder for either
.RDS/.rds or .CSV/.csv files and adds them to a OGREDataSet. Each region
needs chromosome, start, end and strand information. (tabular file columns
must be named accordingly). A unique ID and a name column must be present in
the GenomicRanges
object's metatdata and tabular file.
readDataSetFromFolder(OGREDataSet, type)
OGREDataSet |
A OGREDataSet. |
type |
|
A OGREDataSet.
myOGRE <- makeExampleOGREDataSet() myOGRE <- readDataSetFromFolder(myOGRE,type="query") myOGRE <- readDataSetFromFolder(myOGRE,type="subject")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.