|
| | FastaExtendPeaks (String genomeFasta, String bedFile, String peakFile, int windowSize) throws IOException |
| |
| | FastaExtendPeaks (Map< String, Sequence > chrsByName, String bedFile, String peakFile, int windowSize) throws IOException |
| |
| | FastaExtendPeaks (Map< String, Sequence > chrsByName, String bedFile) throws IOException |
| |
| | FastaExtendPeaks (Map< String, Sequence > chrsByName, String bedFile, String peakFile) throws IOException |
| |
| | FastaExtendPeaks (String genomeFasta, String bedFile) throws IOException |
| |
| void | writeFasta (Map< String, Collection< Gene >> genesToWrite, String outFile) throws IOException |
| |
|
| static void | main (String[] args) throws IOException |
| |
- Author
- shari Extends peaks to standardized size (for probe design, etc.)
| broad.pda.seq.clip.FastaExtendPeaks.FastaExtendPeaks |
( |
String |
genomeFasta, |
|
|
String |
bedFile, |
|
|
String |
peakFile, |
|
|
int |
windowSize |
|
) |
| throws IOException |
- Parameters
-
| genomeFasta | Fasta file of sequences |
| bedFile | Bed file |
- Exceptions
-
| broad.pda.seq.clip.FastaExtendPeaks.FastaExtendPeaks |
( |
Map< String, Sequence > |
chrsByName, |
|
|
String |
bedFile, |
|
|
String |
peakFile, |
|
|
int |
windowSize |
|
) |
| throws IOException |
Load sequences and annotations
- Parameters
-
| chrsByName | Chromosomes by name |
| bedFile | Genes in bed format |
| windowSize | size of return sequences |
- Exceptions
-
| broad.pda.seq.clip.FastaExtendPeaks.FastaExtendPeaks |
( |
Map< String, Sequence > |
chrsByName, |
|
|
String |
bedFile |
|
) |
| throws IOException |
Load sequences and annotations
- Parameters
-
| chrsByName | Chromosomes by name |
| bedFile | Genes in bed format |
- Exceptions
-
| broad.pda.seq.clip.FastaExtendPeaks.FastaExtendPeaks |
( |
Map< String, Sequence > |
chrsByName, |
|
|
String |
bedFile, |
|
|
String |
peakFile |
|
) |
| throws IOException |
| broad.pda.seq.clip.FastaExtendPeaks.FastaExtendPeaks |
( |
String |
genomeFasta, |
|
|
String |
bedFile |
|
) |
| throws IOException |
| static void broad.pda.seq.clip.FastaExtendPeaks.main |
( |
String[] |
args | ) |
throws IOException |
|
static |
| void broad.pda.seq.clip.FastaExtendPeaks.writeFasta |
( |
Map< String, Collection< Gene >> |
genesToWrite, |
|
|
String |
outFile |
|
) |
| throws IOException |
The documentation for this class was generated from the following file: