-
Notifications
You must be signed in to change notification settings - Fork 24
How to prepare sampleTable.tsv ? #101
Copy link
Copy link
Open
Description
sampleTable <- fread(system.file(
"extdata", "sampleTable.tsv", package="FRASER", mustWork=TRUE))
head(sampleTable)
sampleID bamFile group gene pairedEnd
1: sample1 extdata/bam/sample1.bam 1 TIMMDC1 TRUE
2: sample2 extdata/bam/sample2.bam 3 CLPP TRUE
3: sample3 extdata/bam/sample3.bam 2 MCOLN1 TRUE
In you example, If I have 1000 samples, can only prepare a file for repetitive genes, but can't specify a GTF file as input ?
Thank you !
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels